mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
Galera MTR Tests: attempt to work around codership/QA#179 in galera_as_slave_nonprim.test
This commit is contained in:
committed by
Nirbhay Choubey
parent
d794f05910
commit
5be449d014
@@ -26,6 +26,7 @@ SET SESSION wsrep_sync_wait = 0;
|
||||
CREATE TABLE t1 (f1 INTEGER PRIMARY KEY) ENGINE=InnoDB;
|
||||
|
||||
--connection node_2
|
||||
--sleep 1
|
||||
--let $wait_condition = SELECT COUNT(*) = 1 FROM INFORMATION_SCHEMA.TABLES WHERE TABLE_NAME = 't1';
|
||||
--source include/wait_condition.inc
|
||||
|
||||
|
||||
Reference in New Issue
Block a user