Loading mysql-test/r/lowercase_table3.result +1 −1 Original line number Diff line number Diff line Loading @@ -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; mysql-test/t/lowercase_table3.test +1 −1 Original line number Diff line number Diff line Loading @@ -32,7 +32,7 @@ flush tables; # CREATE TABLE t1 (a int) ENGINE=INNODB; --error 1016 --error 1030 SELECT * from T1; drop table t1; Loading Loading
mysql-test/r/lowercase_table3.result +1 −1 Original line number Diff line number Diff line Loading @@ -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;
mysql-test/t/lowercase_table3.test +1 −1 Original line number Diff line number Diff line Loading @@ -32,7 +32,7 @@ flush tables; # CREATE TABLE t1 (a int) ENGINE=INNODB; --error 1016 --error 1030 SELECT * from T1; drop table t1; Loading