mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +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
|
# to go into the relay log (the master always sends a fake one when replication
|
||||||
# starts).
|
# starts).
|
||||||
start slave;
|
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%';
|
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
|
--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;
|
||||||
|
@ -39,6 +39,10 @@ master-bin.000001 # Write_rows 1 # table_id: # flags: STMT_END_F
|
|||||||
flush logs;
|
flush logs;
|
||||||
create table t3 (a int)ENGINE=MyISAM;
|
create table t3 (a int)ENGINE=MyISAM;
|
||||||
start slave;
|
start slave;
|
||||||
|
|
||||||
|
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
|
||||||
flush logs;
|
flush logs;
|
||||||
stop slave;
|
stop slave;
|
||||||
create table t2 (n int)ENGINE=MyISAM;
|
create table t2 (n int)ENGINE=MyISAM;
|
||||||
|
@ -41,6 +41,10 @@ master-bin.000001 # Write_rows 1 # table_id: # flags: STMT_END_F
|
|||||||
flush logs;
|
flush logs;
|
||||||
create table t3 (a int)ENGINE=InnoDB;
|
create table t3 (a int)ENGINE=InnoDB;
|
||||||
start slave;
|
start slave;
|
||||||
|
|
||||||
|
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
|
||||||
flush logs;
|
flush logs;
|
||||||
stop slave;
|
stop slave;
|
||||||
create table t2 (n int)ENGINE=InnoDB;
|
create table t2 (n int)ENGINE=InnoDB;
|
||||||
|
@ -39,6 +39,10 @@ master-bin.000001 # Query 1 # use `test`; insert into t1 values (NULL)
|
|||||||
flush logs;
|
flush logs;
|
||||||
create table t3 (a int)ENGINE=MyISAM;
|
create table t3 (a int)ENGINE=MyISAM;
|
||||||
start slave;
|
start slave;
|
||||||
|
|
||||||
|
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
|
||||||
flush logs;
|
flush logs;
|
||||||
stop slave;
|
stop slave;
|
||||||
create table t2 (n int)ENGINE=MyISAM;
|
create table t2 (n int)ENGINE=MyISAM;
|
||||||
|
Reference in New Issue
Block a user