From 29510ce02932416c0833338aecd2a2b42dc541a3 Mon Sep 17 00:00:00 2001 From: "gluh@gluh.mysql.r18.ru" <> Date: Mon, 14 Feb 2005 18:23:10 +0300 Subject: Fix for bug#8156:information_schema and lowercase_table3 fail on OSX Can't repeat information_schema test failure Fix for lowercase_table3 only --- mysql-test/t/lowercase_table3.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mysql-test/t/lowercase_table3.test') diff --git a/mysql-test/t/lowercase_table3.test b/mysql-test/t/lowercase_table3.test index a394cde7237..9841059a26b 100644 --- a/mysql-test/t/lowercase_table3.test +++ b/mysql-test/t/lowercase_table3.test @@ -32,6 +32,6 @@ flush tables; # CREATE TABLE t1 (a int) ENGINE=INNODB; ---error 1016 +--error 1146 SELECT * from T1; drop table t1; -- cgit v1.2.1