summaryrefslogtreecommitdiff
path: root/mysql-test/extra/rpl_tests/rpl_stm_000001.test
diff options
context:
space:
mode:
authorSerge Kozlov <Serge.Kozlov@sun.com>2009-11-27 02:32:01 +0300
committerSerge Kozlov <Serge.Kozlov@sun.com>2009-11-27 02:32:01 +0300
commit9e3b092c92d71cd94b57608f08945939168ad8d8 (patch)
treec5b83e11d40d5207a08f58fcacd7732681bdf6a7 /mysql-test/extra/rpl_tests/rpl_stm_000001.test
parent76623d35b8713dfd67b12a42c94db8a728944ae0 (diff)
downloadmariadb-git-9e3b092c92d71cd94b57608f08945939168ad8d8.tar.gz
Backport for WL#4416
Diffstat (limited to 'mysql-test/extra/rpl_tests/rpl_stm_000001.test')
-rw-r--r--mysql-test/extra/rpl_tests/rpl_stm_000001.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/mysql-test/extra/rpl_tests/rpl_stm_000001.test b/mysql-test/extra/rpl_tests/rpl_stm_000001.test
index 1f5eb5786dd..61d443158d0 100644
--- a/mysql-test/extra/rpl_tests/rpl_stm_000001.test
+++ b/mysql-test/extra/rpl_tests/rpl_stm_000001.test
@@ -68,8 +68,8 @@ enable_query_log;
connection slave;
lock tables t1 read;
start slave;
-#hope this is long enough for I/O thread to fetch over 16K relay log data
-sleep 3;
+connection master;
+--source include/sync_slave_io_with_master.inc
unlock tables;
#test handling of aborted connection in the middle of update