MW-410 Stability fix for test galera.galera_ftwrl

This commit is contained in:
Daniele Sciascia 2017-09-22 10:06:59 +02:00 committed by Jan Lindström
parent 736d75d455
commit 0eaf24e842

View File

@ -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;