Commit 7f9e97f7 authored by andrey@lmy004's avatar andrey@lmy004

test fix for fix of 12591

parent 0e6606c8
...@@ -904,7 +904,7 @@ insert into mysqltest.t3 values(1); ...@@ -904,7 +904,7 @@ insert into mysqltest.t3 values(1);
commit; commit;
drop database mysqltest; drop database mysqltest;
show tables from mysqltest; show tables from mysqltest;
Got one of the listed errors ERROR 42000: Unknown database 'mysqltest'
set autocommit=0; set autocommit=0;
create table t1 (a int not null) engine= innodb; create table t1 (a int not null) engine= innodb;
insert into t1 values(1),(2); insert into t1 values(1),(2);
......
...@@ -586,7 +586,7 @@ insert into mysqltest.t3 values(1); ...@@ -586,7 +586,7 @@ insert into mysqltest.t3 values(1);
commit; commit;
drop database mysqltest; drop database mysqltest;
# Don't check error message # Don't check error message
--error 12,12 --error 1049
show tables from mysqltest; show tables from mysqltest;
# #
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment