summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarko Mäkelä <marko.makela@mariadb.com>2020-05-15 22:54:05 +0300
committerMarko Mäkelä <marko.makela@mariadb.com>2020-05-15 22:54:05 +0300
commit3f12a5968a56cb5030381a78b313fdb36024c7f9 (patch)
tree4c8d293ff366d03d5d0b7591266a57e3ad9926db
parentfc0960aa96a00bc5dc7515f651abf3c0e9edbf41 (diff)
downloadmariadb-git-3f12a5968a56cb5030381a78b313fdb36024c7f9.tar.gz
MDEV-13626: Make test more robust
In commit b1742a5c951633213d756600ee73ba7bfa7800ff we forgot FLUSH TABLES, potentially causing errors for MyISAM system tables.
-rw-r--r--mysql-test/suite/innodb/t/xa_recovery_debug.test4
1 files changed, 4 insertions, 0 deletions
diff --git a/mysql-test/suite/innodb/t/xa_recovery_debug.test b/mysql-test/suite/innodb/t/xa_recovery_debug.test
index 21a38854adb..ada2940ed9c 100644
--- a/mysql-test/suite/innodb/t/xa_recovery_debug.test
+++ b/mysql-test/suite/innodb/t/xa_recovery_debug.test
@@ -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 #