1
0
mirror of https://github.com/MariaDB/server.git synced 2025-09-02 09:41:40 +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

@@ -892,9 +892,11 @@ DROP TABLE t1, t2;
#
# UNION unlocking test
#
--disable_warnings
create table t1 (a int) type=innodb;
create table t2 (a int) type=innodb;
create table t3 (a int) type=innodb;
--enable_warnings
insert into t1 values (1),(2),(3),(4);
insert into t2 values (10),(20),(30),(40);
insert into t3 values (1),(2),(10),(50);