diff options
author | Daniele Sciascia <daniele.sciascia@galeracluster.com> | 2017-09-22 10:06:59 +0200 |
---|---|---|
committer | Jan Lindström <jan.lindstrom@mariadb.com> | 2017-11-08 15:01:53 +0200 |
commit | 0eaf24e842b51081a4d32e04c08c2f2c4f433987 (patch) | |
tree | 6b4e8aa877441dbe0f80d97951f42e3c399d9ab9 | |
parent | 736d75d4550c2d2330043c0e381186980e06e70d (diff) | |
download | mariadb-git-0eaf24e842b51081a4d32e04c08c2f2c4f433987.tar.gz |
MW-410 Stability fix for test galera.galera_ftwrl
-rw-r--r-- | mysql-test/suite/galera/t/galera_ftwrl.test | 7 |
1 files 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; |