1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

Fix a test case according to fix for bug#10974.

This commit is contained in:
svoj@mysql.com/april.(none)
2006-09-29 19:00:52 +05:00
parent 2de51adffa
commit 0297046a10
2 changed files with 2 additions and 2 deletions

View File

@@ -6,5 +6,5 @@ drop table t1;
flush tables;
CREATE TABLE t1 (a int) ENGINE=INNODB;
SELECT * from T1;
ERROR HY000: Can't open file: 'T1.ibd' (errno: 1)
ERROR HY000: Got error 1 from storage engine
drop table t1;

View File

@@ -32,7 +32,7 @@ flush tables;
#
CREATE TABLE t1 (a int) ENGINE=INNODB;
--error 1016
--error 1030
SELECT * from T1;
drop table t1;