summaryrefslogtreecommitdiff
path: root/mysql-test/r/innodb.result
diff options
context:
space:
mode:
authorunknown <andrey@lmy004.>2005-08-19 09:08:41 +0200
committerunknown <andrey@lmy004.>2005-08-19 09:08:41 +0200
commitbb02f25b7570f77d7dae4c106a18e00a6f2c17f0 (patch)
tree849f5acd3b2a969a1278939945f33e8fabf8e53b /mysql-test/r/innodb.result
parentf89f4fd1bf1d4d79172f4d02b402bace2b5e203a (diff)
downloadmariadb-git-bb02f25b7570f77d7dae4c106a18e00a6f2c17f0.tar.gz
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
Diffstat (limited to 'mysql-test/r/innodb.result')
-rw-r--r--mysql-test/r/innodb.result2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/innodb.result b/mysql-test/r/innodb.result
index 69620d5d527..91d72045169 100644
--- a/mysql-test/r/innodb.result
+++ b/mysql-test/r/innodb.result
@@ -904,7 +904,7 @@ insert into mysqltest.t3 values(1);
commit;
drop database mysqltest;
show tables from mysqltest;
-Got one of the listed errors
+ERROR 42000: Unknown database 'mysqltest'
set autocommit=0;
create table t1 (a int not null) engine= innodb;
insert into t1 values(1),(2);