1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Merge kishkin.ru:/home/wax/mysql-4.1 into kishkin.ru:/home/wax/mysql-4g

This commit is contained in:
wax@kishkin.ru
2003-06-07 02:28:11 +06:00
226 changed files with 4798 additions and 1971 deletions

View File

@ -173,7 +173,7 @@ REQ_ID URL
drop table T_URL;
drop table T_REQUEST;
select group_concat(sum(a)) from t1 group by grp;
Invalid use of group function
ERROR HY000: Invalid use of group function
select grp,group_concat(c order by 2) from t1 group by grp;
Unknown column '2' in 'group statement'
ERROR 42S22: Unknown column '2' in 'group statement'
drop table t1;