diff options
Diffstat (limited to 'mysql-test/t/innodb.test')
-rw-r--r-- | mysql-test/t/innodb.test | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mysql-test/t/innodb.test b/mysql-test/t/innodb.test index 4e107b29cf4..6bac7bb8059 100644 --- a/mysql-test/t/innodb.test +++ b/mysql-test/t/innodb.test @@ -527,7 +527,8 @@ create table test_$1.t3 (a int not null) type= heap; insert into test_$1.t3 values(1); commit; drop database test_$1; ---error 12 +# Don't check error message +--error 12,12 show tables from test_$1; # |