Commit f621def2 authored by unknown's avatar unknown
Browse files

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

parent d96989ca
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
+1 −1
Original line number Diff line number Diff line
@@ -32,7 +32,7 @@ flush tables;
#

CREATE TABLE t1 (a int) ENGINE=INNODB;
--error 1016
--error 1030
SELECT * from T1;
drop table t1;