Commit 4807df6f authored by Marko Mäkelä's avatar Marko Mäkelä

MDEV-12794 innodb_zip.recover failed in buildbot

Issue FLUSH TABLES to prevent unintended corruption of
crash-unsafe tables when the server is killed.
parent fff61e31
......@@ -2,6 +2,13 @@
--source include/have_innodb_max_16k.inc
--source include/not_embedded.inc
--disable_query_log
# This test kills the server, which could corrupt some mysql.* tables
# that are not created with ENGINE=InnoDB.
# Flush any non-InnoDB tables to prevent that from happening.
FLUSH TABLES;
--enable_query_log
--echo #
--echo # MDEV-12720 recovery fails with "Generic error"
--echo # for ROW_FORMAT=compressed
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment