Commit 0ab18c91 authored by jmiller@mysql.com's avatar jmiller@mysql.com

rpl_log.test:

  Correct fix for test bug #19158
parent 6158fc15
...@@ -81,7 +81,12 @@ start slave; ...@@ -81,7 +81,12 @@ start slave;
# This is timing out in pushbuild and should be changed to use # This is timing out in pushbuild and should be changed to use
# wait_slave_status.inc # 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; sync_with_master;
flush logs; flush logs;
stop slave; 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