Skip to content

Commit 0eaf24e

Browse files
sciascidJan Lindström
authored andcommitted
MW-410 Stability fix for test galera.galera_ftwrl
1 parent 736d75d commit 0eaf24e

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

mysql-test/suite/galera/t/galera_ftwrl.test

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,11 @@ SELECT * FROM t1;
2929

3030
UNLOCK TABLES;
3131

32-
SHOW TABLES;
33-
SELECT COUNT(*) = 1 FROM t1;
34-
3532
--disable_query_log
3633
--eval SET GLOBAL wsrep_provider_options = "$wsrep_provider_options_orig";
3734
--enable_query_log
3835

39-
DROP TABLE t1;
36+
SHOW TABLES;
37+
SELECT COUNT(*) = 1 FROM t1;
4038

39+
DROP TABLE t1;

0 commit comments

Comments
 (0)