diff options
author | unknown <andrey@lmy004.> | 2005-08-19 09:08:41 +0200 |
---|---|---|
committer | unknown <andrey@lmy004.> | 2005-08-19 09:08:41 +0200 |
commit | bb02f25b7570f77d7dae4c106a18e00a6f2c17f0 (patch) | |
tree | 849f5acd3b2a969a1278939945f33e8fabf8e53b /mysql-test/r/innodb.result | |
parent | f89f4fd1bf1d4d79172f4d02b402bace2b5e203a (diff) | |
download | mariadb-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.result | 2 |
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); |