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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user