1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

After merge fixes

This commit is contained in:
unknown
2004-10-20 17:28:40 +03:00
parent 560d7bcdd0
commit 4ba94cc3f9
3 changed files with 6 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
source include/master-slave.inc;
source include/have_innodb.inc;
create table t1 (a int) type=innodb;
create table t1 (a int) engine=innodb;
begin;
insert into t1 values(1);
flush tables with read lock;