There was an error while loading. Please reload this page.
1 parent d794f05 commit 5be449dCopy full SHA for 5be449d
mysql-test/suite/galera/t/galera_as_slave_nonprim.test
@@ -26,6 +26,7 @@ SET SESSION wsrep_sync_wait = 0;
26
CREATE TABLE t1 (f1 INTEGER PRIMARY KEY) ENGINE=InnoDB;
27
28
--connection node_2
29
+--sleep 1
30
--let $wait_condition = SELECT COUNT(*) = 1 FROM INFORMATION_SCHEMA.TABLES WHERE TABLE_NAME = 't1';
31
--source include/wait_condition.inc
32
0 commit comments