1
0
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:
serg@serg.mylan
2003-09-13 16:05:17 +02:00
parent c644376a6d
commit d4b5b879bd
3 changed files with 3 additions and 19 deletions

View File

@ -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;