Skip to content

Commit

Permalink
resolve conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
danmay319 authored Jun 2, 2020
1 parent 29e152e commit 66fc20a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions bindinfo/bind_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1098,8 +1098,6 @@ func (s *testSuite) TestReCreateBindAfterEvolvePlan(c *C) {
tk.MustQuery("select * from t where a >= 4 and b >= 1")
c.Assert(tk.Se.GetSessionVars().StmtCtx.IndexNames[0], Equals, "t:idx_b")
}
<<<<<<< HEAD
=======

func (s *testSuite) TestInvisibleIndex(c *C) {
tk := testkit.NewTestKit(c, s.store)
Expand Down Expand Up @@ -1185,4 +1183,3 @@ func (s *testSuite) TestbindingSource(c *C) {
bind = bindData.Bindings[0]
c.Assert(bind.Source, Equals, bindinfo.Capture)
}
>>>>>>> 7ca3d9c... bindinfo, record how bindings are created in SQL bindings. (#17254)

0 comments on commit 66fc20a

Please sign in to comment.