Commit ec9d14f8 authored by mkindahl@dl145h.mysql.com's avatar mkindahl@dl145h.mysql.com
Browse files

Yet more changes to fix the merge clone.

parent ff40ccb8
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -2,6 +2,10 @@
# work the same way under statement based as under row based.

source include/master-slave.inc;
connection master;
source include/have_innodb.inc;
connection slave;
source include/have_innodb.inc;

connection master;
CREATE TABLE t1 (a INT PRIMARY KEY);