mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
after merge fix
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
drop table if exists t1;
|
||||
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;
|
||||
|
Reference in New Issue
Block a user