mirror of
https://github.com/MariaDB/server.git
synced 2026-05-09 16:44:29 +02:00
BUG#19158 Fixing rpl_row_log_innodb test for pushbuild.
This commit is contained in:
parent
ac6ae8f1f5
commit
ac6450b858
1 changed files with 5 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue