diff options
author | unknown <monty@narttu.mysql.fi> | 2003-06-04 23:17:01 +0300 |
---|---|---|
committer | unknown <monty@narttu.mysql.fi> | 2003-06-04 23:17:01 +0300 |
commit | c6c60f6ee819a238ab62e3f9608502c9a8f25b36 (patch) | |
tree | 679bc727c5773a993261358c6d3dc7dea0631d54 /mysql-test/t/lowercase_table.test | |
parent | 13f7e49494559bba3195ccf3abdb349fbe79b6dc (diff) | |
download | mariadb-git-c6c60f6ee819a238ab62e3f9608502c9a8f25b36.tar.gz |
After merge fix
mysql-test/t/lowercase_table.test:
MySQL 4.1 does this correct
Diffstat (limited to 'mysql-test/t/lowercase_table.test')
-rw-r--r-- | mysql-test/t/lowercase_table.test | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/mysql-test/t/lowercase_table.test b/mysql-test/t/lowercase_table.test index cb30c14b70c..2a3cc5b7e8f 100644 --- a/mysql-test/t/lowercase_table.test +++ b/mysql-test/t/lowercase_table.test @@ -20,8 +20,6 @@ drop table t3; create table t1 (a int); select count(*) from T1; select count(*) from t1; ---error 1109 select count(T1.a) from t1; ---error 1109 select count(bags.a) from t1 as Bags; drop table t1; |