diff options
author | unknown <lenz@mysql.com> | 2004-12-02 21:32:36 +0100 |
---|---|---|
committer | unknown <lenz@mysql.com> | 2004-12-02 21:32:36 +0100 |
commit | 5fc09be9a36cdd98691ff109788c2c5b0a9a2c69 (patch) | |
tree | 8f815c6825eab730808988f79adec34da51fefa1 /mysql-test | |
parent | d1964f416324cd154b436671f370d71bf29b96bd (diff) | |
download | mariadb-git-5fc09be9a36cdd98691ff109788c2c5b0a9a2c69.tar.gz |
- updated lowercase_table3 test result (T1.InnoDB -> T1.ibd). Failure was
discovered on Mac OS X
mysql-test/r/lowercase_table3.result:
- updated test result (T1.InnoDB -> T1.ibd). Failure was discovered on
Mac OS X
Diffstat (limited to 'mysql-test')
-rw-r--r-- | mysql-test/r/lowercase_table3.result | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/lowercase_table3.result b/mysql-test/r/lowercase_table3.result index a645e46be9e..8182d07c26b 100644 --- a/mysql-test/r/lowercase_table3.result +++ b/mysql-test/r/lowercase_table3.result @@ -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; |