Commit ac6450b8 authored by elliot@mysql.com's avatar elliot@mysql.com

BUG#19158 Fixing rpl_row_log_innodb test for pushbuild.

parent ac6ae8f1
......@@ -77,6 +77,11 @@ connection slave;
# to go into the relay log (the master always sends a fake one when replication
# starts).
start slave;
#
# This is timing out in pushbuild and should be changed to use
# wait_slave_status.inc
#
sleep 2;
sync_with_master;
flush logs;
stop slave;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment