mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
after merge fix
This commit is contained in:
@@ -8,8 +8,11 @@ connect (con1,localhost,root,,);
|
||||
connect (con2,localhost,root,,);
|
||||
connect (con3,localhost,root,,);
|
||||
connection con1;
|
||||
|
||||
--disable_warnings
|
||||
drop table if exists t1;
|
||||
create table t1 (a int) type=innodb;
|
||||
--enable_warnings
|
||||
create table t1 (a int) engine=innodb;
|
||||
|
||||
# blocks COMMIT ?
|
||||
|
||||
|
||||
Reference in New Issue
Block a user