mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 20:12:31 +01:00
Galera MTR Tests: attempt to work around codership/mysql-wsrep#179
This commit is contained in:
parent
25bbfe8839
commit
c915d8caa6
1 changed files with 1 additions and 0 deletions
|
@ -41,6 +41,7 @@ SELECT COUNT(*) = 4 FROM t1;
|
|||
DROP TABLE t1;
|
||||
|
||||
--connection node_2
|
||||
--sleep 1
|
||||
--let $wait_condition = SELECT COUNT(*) = 0 FROM INFORMATION_SCHEMA.TABLES WHERE TABLE_NAME = 't1';
|
||||
--source include/wait_condition.inc
|
||||
|
||||
|
|
Loading…
Reference in a new issue