Loading mysql-test/r/rpl_multi_update2.result +4 −4 Original line number Diff line number Diff line slave stop; 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; slave start; start slave; CREATE TABLE t1 ( a int unsigned not null auto_increment primary key, b int unsigned ) TYPE=MyISAM; ) ENGINE=MyISAM; CREATE TABLE t2 ( a int unsigned not null auto_increment primary key, b int unsigned ) TYPE=MyISAM; ) ENGINE=MyISAM; INSERT INTO t1 VALUES (NULL, 0); INSERT INTO t1 SELECT NULL, 0 FROM t1; INSERT INTO t2 VALUES (NULL, 0), (NULL,1); Loading mysql-test/t/rpl_multi_update2.test +2 −2 Original line number Diff line number Diff line Loading @@ -7,12 +7,12 @@ source include/master-slave.inc; CREATE TABLE t1 ( a int unsigned not null auto_increment primary key, b int unsigned ) TYPE=MyISAM; ) ENGINE=MyISAM; CREATE TABLE t2 ( a int unsigned not null auto_increment primary key, b int unsigned ) TYPE=MyISAM; ) ENGINE=MyISAM; INSERT INTO t1 VALUES (NULL, 0); INSERT INTO t1 SELECT NULL, 0 FROM t1; Loading Loading
mysql-test/r/rpl_multi_update2.result +4 −4 Original line number Diff line number Diff line slave stop; 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; slave start; start slave; CREATE TABLE t1 ( a int unsigned not null auto_increment primary key, b int unsigned ) TYPE=MyISAM; ) ENGINE=MyISAM; CREATE TABLE t2 ( a int unsigned not null auto_increment primary key, b int unsigned ) TYPE=MyISAM; ) ENGINE=MyISAM; INSERT INTO t1 VALUES (NULL, 0); INSERT INTO t1 SELECT NULL, 0 FROM t1; INSERT INTO t2 VALUES (NULL, 0), (NULL,1); Loading
mysql-test/t/rpl_multi_update2.test +2 −2 Original line number Diff line number Diff line Loading @@ -7,12 +7,12 @@ source include/master-slave.inc; CREATE TABLE t1 ( a int unsigned not null auto_increment primary key, b int unsigned ) TYPE=MyISAM; ) ENGINE=MyISAM; CREATE TABLE t2 ( a int unsigned not null auto_increment primary key, b int unsigned ) TYPE=MyISAM; ) ENGINE=MyISAM; INSERT INTO t1 VALUES (NULL, 0); INSERT INTO t1 SELECT NULL, 0 FROM t1; Loading