MW-410 Stability fix for test galera.galera_ftwrl
This commit is contained in:
parent
736d75d455
commit
0eaf24e842
@ -29,12 +29,11 @@ SELECT * FROM t1;
|
|||||||
|
|
||||||
UNLOCK TABLES;
|
UNLOCK TABLES;
|
||||||
|
|
||||||
SHOW TABLES;
|
|
||||||
SELECT COUNT(*) = 1 FROM t1;
|
|
||||||
|
|
||||||
--disable_query_log
|
--disable_query_log
|
||||||
--eval SET GLOBAL wsrep_provider_options = "$wsrep_provider_options_orig";
|
--eval SET GLOBAL wsrep_provider_options = "$wsrep_provider_options_orig";
|
||||||
--enable_query_log
|
--enable_query_log
|
||||||
|
|
||||||
DROP TABLE t1;
|
SHOW TABLES;
|
||||||
|
SELECT COUNT(*) = 1 FROM t1;
|
||||||
|
|
||||||
|
DROP TABLE t1;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user