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

- updated lowercase_table3 test result (T1.InnoDB -> T1.ibd). Failure was

discovered on Mac OS X
This commit is contained in:
lenz@mysql.com
2004-12-02 21:32:36 +01:00
parent 3ce8209994
commit eb6c38fe9c

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.InnoDB' (errno: 1)
ERROR HY000: Can't open file: 'T1.ibd' (errno: 1)
drop table t1;