MDEV-23375 parts.partition_debug fails when it's run after another test
Make sure system tables aren't open, as the test kills the server
This commit is contained in:
parent
7a4287d421
commit
dbb4572fe9
@ -1,3 +1,4 @@
|
|||||||
|
FLUSH TABLES;
|
||||||
#
|
#
|
||||||
# Bug#13737949: CRASH IN HA_PARTITION::INDEX_INIT
|
# Bug#13737949: CRASH IN HA_PARTITION::INDEX_INIT
|
||||||
# Bug#18694052: SERVER CRASH IN HA_PARTITION::INIT_RECORD_PRIORITY_QUEUE
|
# Bug#18694052: SERVER CRASH IN HA_PARTITION::INIT_RECORD_PRIORITY_QUEUE
|
||||||
|
@ -8,6 +8,10 @@
|
|||||||
# Crash tests don't work with embedded
|
# Crash tests don't work with embedded
|
||||||
--source include/not_embedded.inc
|
--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
|
# Partitioning test that require debug features
|
||||||
|
|
||||||
--echo #
|
--echo #
|
||||||
|
Loading…
x
Reference in New Issue
Block a user