1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

MDEV-12794 innodb_zip.recover failed in buildbot

Issue FLUSH TABLES to prevent unintended corruption of
crash-unsafe tables when the server is killed.
This commit is contained in:
Marko Mäkelä
2017-05-18 16:58:02 +03:00
parent fff61e31ec
commit 4807df6f20

View File

@ -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