summaryrefslogtreecommitdiff
path: root/mysql-test/t/lowercase_table3.test
diff options
context:
space:
mode:
authorgluh@gluh.mysql.r18.ru <>2005-02-14 18:23:10 +0300
committergluh@gluh.mysql.r18.ru <>2005-02-14 18:23:10 +0300
commit29510ce02932416c0833338aecd2a2b42dc541a3 (patch)
tree3e419fd5e6260a29af21b3bcd53e7fc71cbd9719 /mysql-test/t/lowercase_table3.test
parent71174327df7a9361672fe23cf2f5559e31098599 (diff)
downloadmariadb-git-29510ce02932416c0833338aecd2a2b42dc541a3.tar.gz
Fix for bug#8156:information_schema and lowercase_table3 fail on OSX
Can't repeat information_schema test failure Fix for lowercase_table3 only
Diffstat (limited to 'mysql-test/t/lowercase_table3.test')
-rw-r--r--mysql-test/t/lowercase_table3.test2
1 files changed, 1 insertions, 1 deletions
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;