Loading mysql-test/suite/rpl/t/rpl_blackhole.test +3 −2 Original line number Diff line number Diff line --source include/master-slave.inc # PURPOSE. Test that blackhole works with replication in all three # modes: STATEMENT, MIXED, and ROW. # Loading @@ -17,6 +15,9 @@ # primary key lookup), and index/key with multiple matches (forcing an # index search). source include/master-slave.inc; source include/have_blackhole.inc; # We start with no primary key CREATE TABLE t1 (a INT, b INT, c INT); CREATE TABLE t2 (a INT, b INT, c INT); Loading Loading
mysql-test/suite/rpl/t/rpl_blackhole.test +3 −2 Original line number Diff line number Diff line --source include/master-slave.inc # PURPOSE. Test that blackhole works with replication in all three # modes: STATEMENT, MIXED, and ROW. # Loading @@ -17,6 +15,9 @@ # primary key lookup), and index/key with multiple matches (forcing an # index search). source include/master-slave.inc; source include/have_blackhole.inc; # We start with no primary key CREATE TABLE t1 (a INT, b INT, c INT); CREATE TABLE t2 (a INT, b INT, c INT); Loading