mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
WL#4091, fix for rpl_flushlog_loop for windows platforms
mysql-test/suite/rpl/t/rpl_flushlog_loop.test: added waiting for CREATE TABLE
This commit is contained in:
@ -42,6 +42,8 @@ let $result_pattern= '%127.0.0.1%root%slave-bin.000001%slave-bin.000001%Yes%Yes%
|
|||||||
|
|
||||||
--disable_query_log
|
--disable_query_log
|
||||||
CREATE TABLE t1 (a INT KEY) ENGINE= MyISAM;
|
CREATE TABLE t1 (a INT KEY) ENGINE= MyISAM;
|
||||||
|
let $wait_binlog_event= CREATE TABLE t1;
|
||||||
|
--source include/wait_for_binlog_event.inc
|
||||||
sync_slave_with_master;
|
sync_slave_with_master;
|
||||||
connection master;
|
connection master;
|
||||||
INSERT INTO t1 VALUE(1);
|
INSERT INTO t1 VALUE(1);
|
||||||
|
Reference in New Issue
Block a user