mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +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:
@@ -2,6 +2,13 @@
|
|||||||
--source include/have_innodb_max_16k.inc
|
--source include/have_innodb_max_16k.inc
|
||||||
--source include/not_embedded.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 #
|
||||||
--echo # MDEV-12720 recovery fails with "Generic error"
|
--echo # MDEV-12720 recovery fails with "Generic error"
|
||||||
--echo # for ROW_FORMAT=compressed
|
--echo # for ROW_FORMAT=compressed
|
||||||
|
Reference in New Issue
Block a user