mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 19:37:16 +02:00
"normal" warning in test suite disabled
bad merge fixed mysql-test/t/isam.test: bad merge fixed mysql-test/t/lock_tables_lost_commit.test: "normal" warning in test suite disabled mysql-test/t/subselect.test: "normal" warning in test suite disabled
This commit is contained in:
parent
80206632dc
commit
7eb9d41c46
3 changed files with 3 additions and 19 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue