Yet more changes to fix the merge clone.

parent ff40ccb8
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment