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:
@ -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);
|
|||||||
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;
|
||||||
|
|
||||||
#
|
#
|
||||||
|
Reference in New Issue
Block a user