Commit a6d93b20 authored by Philip Stoev's avatar Philip Stoev Committed by Nirbhay Choubey

Galera MTR Tests: MW-246 codership/mysql-wsrep#247 Stability fix for galera.mysql-wsrep#247.test

parent 2438afbf
...@@ -17,7 +17,7 @@ CREATE TABLE t1 (i int primary key); ...@@ -17,7 +17,7 @@ CREATE TABLE t1 (i int primary key);
SHOW VARIABLES LIKE 'wsrep_desync'; SHOW VARIABLES LIKE 'wsrep_desync';
SET GLOBAL wsrep_desync=0; SET GLOBAL wsrep_desync=0;
--sleep 1
DROP TABLE t1; DROP TABLE t1;
SHOW VARIABLES LIKE 'wsrep_desync'; SHOW VARIABLES LIKE 'wsrep_desync';
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment