mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
"normal" warning in test suite disabled
bad merge fixed
This commit is contained in:
@ -6,8 +6,8 @@ connect (con2,localhost,root,,);
|
||||
connection con1;
|
||||
--disable_warnings
|
||||
drop table if exists t1;
|
||||
--enable_warnings
|
||||
create table t1(a int) type=innodb;
|
||||
--enable_warnings
|
||||
lock tables t1 write;
|
||||
insert into t1 values(10);
|
||||
disconnect con1;
|
||||
|
Reference in New Issue
Block a user