Skip to content

Commit 3f12a59

Browse files
committed
MDEV-13626: Make test more robust
In commit b1742a5 we forgot FLUSH TABLES, potentially causing errors for MyISAM system tables.
1 parent fc0960a commit 3f12a59

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

mysql-test/suite/innodb/t/xa_recovery_debug.test

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
# Embedded server does not support restarting
55
--source include/not_embedded.inc
66

7+
--disable_query_log
8+
FLUSH TABLES;
9+
--enable_query_log
10+
711
--echo #
812
--echo # Bug#20872655 XA ROLLBACK IS NOT CRASH-SAFE
913
--echo #

0 commit comments

Comments
 (0)