Skip to content

Commit

Permalink
MDEV-13626: Make test more robust
Browse files Browse the repository at this point in the history
In commit b1742a5 we forgot
FLUSH TABLES, potentially causing errors for MyISAM system tables.
  • Loading branch information
dr-m committed May 15, 2020
1 parent fc0960a commit 3f12a59
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions mysql-test/suite/innodb/t/xa_recovery_debug.test
Original file line number Diff line number Diff line change
Expand Up @@ -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 #
Expand Down

0 comments on commit 3f12a59

Please sign in to comment.