Loading mysql-test/suite/rpl_ndb/r/rpl_ndb_apply_status.result 0 → 100644 +20 −0 Original line number Diff line number Diff line stop slave; drop table if exists t1,t2,t3,t4,t5,t6,t7,t8,t9; reset master; reset slave; drop table if exists t1,t2,t3,t4,t5,t6,t7,t8,t9; start slave; *** on slave there should be zero rows *** select count(*) from mysql.ndb_apply_status; count(*) 0 create table t1 (a int key, b int) engine ndb; insert into t1 values (1,1); *** on master it should be empty *** select * from mysql.ndb_apply_status; server_id epoch log_name start_pos end_pos *** on slave there should be one row *** select count(*) from mysql.ndb_apply_status; count(*) 1 drop table t1; mysql-test/suite/rpl_ndb/t/rpl_ndb_apply_status-master.opt 0 → 100644 +1 −0 Original line number Diff line number Diff line --replicate_ignore_db=mysql mysql-test/suite/rpl_ndb/t/rpl_ndb_apply_status.test 0 → 100644 +26 −0 Original line number Diff line number Diff line -- source include/have_ndb.inc -- source include/have_binlog_format_row.inc -- source include/ndb_master-slave.inc # # Bug#28170 replicate-ignore-db=mysql should not ignore mysql.ndb_apply_status # # Slave is started with --replicate-ignore-db=mysql # sync_slave_with_master; echo *** on slave there should be zero rows ***; select count(*) from mysql.ndb_apply_status; connection master; create table t1 (a int key, b int) engine ndb; insert into t1 values (1,1); echo *** on master it should be empty ***; select * from mysql.ndb_apply_status; sync_slave_with_master; echo *** on slave there should be one row ***; select count(*) from mysql.ndb_apply_status; connection master; drop table t1; sync_slave_with_master; Loading
mysql-test/suite/rpl_ndb/r/rpl_ndb_apply_status.result 0 → 100644 +20 −0 Original line number Diff line number Diff line stop slave; drop table if exists t1,t2,t3,t4,t5,t6,t7,t8,t9; reset master; reset slave; drop table if exists t1,t2,t3,t4,t5,t6,t7,t8,t9; start slave; *** on slave there should be zero rows *** select count(*) from mysql.ndb_apply_status; count(*) 0 create table t1 (a int key, b int) engine ndb; insert into t1 values (1,1); *** on master it should be empty *** select * from mysql.ndb_apply_status; server_id epoch log_name start_pos end_pos *** on slave there should be one row *** select count(*) from mysql.ndb_apply_status; count(*) 1 drop table t1;
mysql-test/suite/rpl_ndb/t/rpl_ndb_apply_status-master.opt 0 → 100644 +1 −0 Original line number Diff line number Diff line --replicate_ignore_db=mysql
mysql-test/suite/rpl_ndb/t/rpl_ndb_apply_status.test 0 → 100644 +26 −0 Original line number Diff line number Diff line -- source include/have_ndb.inc -- source include/have_binlog_format_row.inc -- source include/ndb_master-slave.inc # # Bug#28170 replicate-ignore-db=mysql should not ignore mysql.ndb_apply_status # # Slave is started with --replicate-ignore-db=mysql # sync_slave_with_master; echo *** on slave there should be zero rows ***; select count(*) from mysql.ndb_apply_status; connection master; create table t1 (a int key, b int) engine ndb; insert into t1 values (1,1); echo *** on master it should be empty ***; select * from mysql.ndb_apply_status; sync_slave_with_master; echo *** on slave there should be one row ***; select count(*) from mysql.ndb_apply_status; connection master; drop table t1; sync_slave_with_master;