1
0
mirror of https://github.com/MariaDB/server.git synced 2025-09-02 09:41:40 +03:00

BUG#19158 Fixing rpl_row_log_innodb test for pushbuild.

This commit is contained in:
elliot@mysql.com
2006-04-18 00:30:55 -04:00
parent ac6ae8f1f5
commit ac6450b858

View File

@@ -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;