From 0eaf24e842b51081a4d32e04c08c2f2c4f433987 Mon Sep 17 00:00:00 2001 From: Daniele Sciascia Date: Fri, 22 Sep 2017 10:06:59 +0200 Subject: MW-410 Stability fix for test galera.galera_ftwrl --- mysql-test/suite/galera/t/galera_ftwrl.test | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/mysql-test/suite/galera/t/galera_ftwrl.test b/mysql-test/suite/galera/t/galera_ftwrl.test index de8310e52d2..739255609ee 100644 --- a/mysql-test/suite/galera/t/galera_ftwrl.test +++ b/mysql-test/suite/galera/t/galera_ftwrl.test @@ -29,12 +29,11 @@ SELECT * FROM t1; UNLOCK TABLES; -SHOW TABLES; -SELECT COUNT(*) = 1 FROM t1; - --disable_query_log --eval SET GLOBAL wsrep_provider_options = "$wsrep_provider_options_orig"; --enable_query_log -DROP TABLE t1; +SHOW TABLES; +SELECT COUNT(*) = 1 FROM t1; +DROP TABLE t1; -- cgit v1.2.1