Commit fce5427e authored by unknown's avatar unknown

test fix for fix of 12591


mysql-test/r/innodb.result:
  fix result for fix of 12591
mysql-test/t/innodb.test:
  fix test for fix of 12591
parent 4cd0ef49
...@@ -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