Skip to content

Commit

Permalink
cherry pick pingcap#25063 to release-5.1
Browse files Browse the repository at this point in the history
Signed-off-by: ti-srebot <[email protected]>
  • Loading branch information
qw4990 authored and ti-srebot committed Jun 18, 2021
1 parent 4ca5d03 commit c27b095
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions executor/partition_table_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2404,6 +2404,7 @@ func (s *partitionTableSuite) TestDirectReadingWithAgg(c *C) {
}
}

<<<<<<< HEAD
func (s *partitionTableSuite) TestDynamicModeByDefault(c *C) {
tk := testkit.NewTestKitWithInit(c, s.store)
tk.MustExec("create database test_dynamic_by_default")
Expand All @@ -2424,6 +2425,8 @@ func (s *partitionTableSuite) TestDynamicModeByDefault(c *C) {
}
}

=======
>>>>>>> b07942836... planner: fix a panic caused by sinking a Limit with inlined Proj into IndexLookUp when accessing a partition table (#25063)
func (s *partitionTableSuite) TestIssue24636(c *C) {
tk := testkit.NewTestKitWithInit(c, s.store)
tk.MustExec("create database test_issue_24636")
Expand Down

0 comments on commit c27b095

Please sign in to comment.