mirror of
https://github.com/MariaDB/server.git
synced 2025-01-20 22:12:30 +01:00
Yet more changes to fix the merge clone.
This commit is contained in:
parent
ff40ccb8d7
commit
ec9d14f844
1 changed files with 4 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue