1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

MDEV-13626: Make test more robust

In commit b1742a5c95 we forgot
FLUSH TABLES, potentially causing errors for MyISAM system tables.
This commit is contained in:
Marko Mäkelä
2020-05-15 22:54:05 +03:00
parent fc0960aa96
commit 3f12a5968a

View File

@ -4,6 +4,10 @@
# Embedded server does not support restarting # Embedded server does not support restarting
--source include/not_embedded.inc --source include/not_embedded.inc
--disable_query_log
FLUSH TABLES;
--enable_query_log
--echo # --echo #
--echo # Bug#20872655 XA ROLLBACK IS NOT CRASH-SAFE --echo # Bug#20872655 XA ROLLBACK IS NOT CRASH-SAFE
--echo # --echo #