Yet more changes to fix the merge clone.

This commit is contained in:
mkindahl@dl145h.mysql.com 2008-02-04 08:43:22 +01:00
parent ff40ccb8d7
commit ec9d14f844

View file

@ -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);