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:
@ -4,6 +4,10 @@
|
||||
# Embedded server does not support restarting
|
||||
--source include/not_embedded.inc
|
||||
|
||||
--disable_query_log
|
||||
FLUSH TABLES;
|
||||
--enable_query_log
|
||||
|
||||
--echo #
|
||||
--echo # Bug#20872655 XA ROLLBACK IS NOT CRASH-SAFE
|
||||
--echo #
|
||||
|
Reference in New Issue
Block a user