summaryrefslogtreecommitdiff
path: root/mysql-test/suite/rpl/t/rpl_flushlog_loop.test
diff options
context:
space:
mode:
authorunknown <skozlov/ksm@mysql.com/virtop.(none)>2008-03-02 20:17:39 +0300
committerunknown <skozlov/ksm@mysql.com/virtop.(none)>2008-03-02 20:17:39 +0300
commit6c0d316d16c4afd62916eda22380c231c9fdceaa (patch)
tree42a0bb6406a18c927c067fcb06b57b0824dbc1cf /mysql-test/suite/rpl/t/rpl_flushlog_loop.test
parentee10d69714fb26c51da2092a3a9fbe2aac9e4f28 (diff)
downloadmariadb-git-6c0d316d16c4afd62916eda22380c231c9fdceaa.tar.gz
WL#4091, fix for rpl_flushlog_loop for windows platforms
mysql-test/suite/rpl/t/rpl_flushlog_loop.test: added waiting for CREATE TABLE
Diffstat (limited to 'mysql-test/suite/rpl/t/rpl_flushlog_loop.test')
-rw-r--r--mysql-test/suite/rpl/t/rpl_flushlog_loop.test2
1 files changed, 2 insertions, 0 deletions
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);