Skip to content

Commit

Permalink
MDEV-23375 parts.partition_debug fails when it's run after another test
Browse files Browse the repository at this point in the history
Make sure system tables aren't open, as the test kills the server
  • Loading branch information
elenst committed Aug 2, 2020
1 parent 7a4287d commit dbb4572
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions mysql-test/suite/parts/r/partition_debug.result
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
FLUSH TABLES;
#
# Bug#13737949: CRASH IN HA_PARTITION::INDEX_INIT
# Bug#18694052: SERVER CRASH IN HA_PARTITION::INIT_RECORD_PRIORITY_QUEUE
Expand Down
4 changes: 4 additions & 0 deletions mysql-test/suite/parts/t/partition_debug.test
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@
# Crash tests don't work with embedded
--source include/not_embedded.inc

# Make sure system tables are not open, as the test will kill the server
# and it will cause corruption errors in the log
FLUSH TABLES;

# Partitioning test that require debug features

--echo #
Expand Down

0 comments on commit dbb4572

Please sign in to comment.