summaryrefslogtreecommitdiff
path: root/mysql-test/suite/atomic/rename_table_binlog.test
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/suite/atomic/rename_table_binlog.test')
-rw-r--r--mysql-test/suite/atomic/rename_table_binlog.test6
1 files changed, 4 insertions, 2 deletions
diff --git a/mysql-test/suite/atomic/rename_table_binlog.test b/mysql-test/suite/atomic/rename_table_binlog.test
index 49878cf272e..bc505148c93 100644
--- a/mysql-test/suite/atomic/rename_table_binlog.test
+++ b/mysql-test/suite/atomic/rename_table_binlog.test
@@ -4,6 +4,10 @@
--source include/have_log_bin.inc
--source include/not_valgrind.inc
+# Speed up wait_until_connected_again.inc
+let NO_WSREP=1;
+RESET MASTER;
+
#
# Testing of atomic rename with binlogging
# - First crash is before binlog is written, in which case the rename should
@@ -11,8 +15,6 @@
# - Second crash is after binlog is written, in which case the rename should hold
#
-RESET MASTER;
-
let $engine_count=2;
let $engines='myisam', 'aria';