mirror of
https://github.com/MariaDB/server.git
synced 2025-01-31 02:51:44 +01:00
rpl_log.test:
Correct fix for test bug #19158 mysql-test/extra/rpl_tests/rpl_log.test: Correct fix for test bug #19158
This commit is contained in:
parent
741c257f48
commit
c4c0e1edd5
1 changed files with 6 additions and 1 deletions
|
@ -81,7 +81,12 @@ start slave;
|
|||
# This is timing out in pushbuild and should be changed to use
|
||||
# wait_slave_status.inc
|
||||
#
|
||||
sleep 2;
|
||||
--disable_query_log
|
||||
--disable_result_log
|
||||
let $result_pattern= '%127.0.0.1%root%master-bin.000002%slave-relay-bin.000007%Yes%Yes%0%0%None%';
|
||||
--source include/wait_slave_status.inc
|
||||
--enable_query_log
|
||||
--enable_result_log
|
||||
sync_with_master;
|
||||
flush logs;
|
||||
stop slave;
|
||||
|
|
Loading…
Add table
Reference in a new issue