1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

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
This commit is contained in:
unknown
2005-08-19 09:08:41 +02:00
parent 4cd0ef4978
commit fce5427ebe
2 changed files with 2 additions and 2 deletions

View File

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

View File

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