From 6c0d316d16c4afd62916eda22380c231c9fdceaa Mon Sep 17 00:00:00 2001 From: unknown Date: Sun, 2 Mar 2008 20:17:39 +0300 Subject: WL#4091, fix for rpl_flushlog_loop for windows platforms mysql-test/suite/rpl/t/rpl_flushlog_loop.test: added waiting for CREATE TABLE --- mysql-test/suite/rpl/t/rpl_flushlog_loop.test | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mysql-test/suite/rpl/t/rpl_flushlog_loop.test') diff --git a/mysql-test/suite/rpl/t/rpl_flushlog_loop.test b/mysql-test/suite/rpl/t/rpl_flushlog_loop.test index 079048bd24d..f9f01855aa9 100644 --- a/mysql-test/suite/rpl/t/rpl_flushlog_loop.test +++ b/mysql-test/suite/rpl/t/rpl_flushlog_loop.test @@ -42,6 +42,8 @@ let $result_pattern= '%127.0.0.1%root%slave-bin.000001%slave-bin.000001%Yes%Yes% --disable_query_log 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; connection master; INSERT INTO t1 VALUE(1); -- cgit v1.2.1