1
0
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:
Philip Stoev
2015-10-21 01:25:32 -07:00
committed by Nirbhay Choubey
parent d794f05910
commit 5be449d014

View File

@@ -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