1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

After merge fix

This commit is contained in:
monty@narttu.mysql.fi
2003-06-04 23:17:01 +03:00
parent 40109c574a
commit f5bb1e0907
8 changed files with 27 additions and 18 deletions

View File

@ -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;