mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
Updated to fix bug in AIX
This commit is contained in:
@@ -77,12 +77,8 @@ connection slave;
|
||||
# to go into the relay log (the master always sends a fake one when replication
|
||||
# starts).
|
||||
start slave;
|
||||
--disable_query_log
|
||||
--disable_result_log
|
||||
let $result_pattern= '%127.0.0.1%root%master-bin.000002%slave-relay-bin.000005%Yes%Yes%0%0%None%';
|
||||
--source include/wait_slave_status.inc
|
||||
--enable_query_log
|
||||
--enable_result_log
|
||||
sync_with_master;
|
||||
flush logs;
|
||||
stop slave;
|
||||
|
||||
Reference in New Issue
Block a user