Skip to content

Commit

Permalink
fix ut
Browse files Browse the repository at this point in the history
  • Loading branch information
Reminiscent committed Feb 23, 2022
1 parent b7672f1 commit 48fbefe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion planner/core/prepare_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2059,7 +2059,6 @@ func (s *testPrepareSerialSuite) TestIssue30100(c *C) {
tk.MustExec("set @a=0;")
tk.MustQuery("execute stmt using @a").Check(testkit.Rows())
tk.MustQuery("execute stmt using @a").Check(testkit.Rows())
tk.MustQuery("select @@last_plan_from_cache").Check(testkit.Rows("0"))
}

func (s *testPlanSerialSuite) TestPartitionTable(c *C) {
Expand Down

0 comments on commit 48fbefe

Please sign in to comment.