diff options
author | wax@kishkin.ru <> | 2003-06-07 02:28:11 +0600 |
---|---|---|
committer | wax@kishkin.ru <> | 2003-06-07 02:28:11 +0600 |
commit | ed02be687c9636f1139058f3ce718b39e38172f6 (patch) | |
tree | 20327b7998b93aaa8f12931fa05939306ed12aa4 /mysql-test/r/func_gconcat.result | |
parent | f922d48f42d406dbac71c7585c7b2836c240efed (diff) | |
parent | b68eab61a610ca772bca054d0a590d1eb866dddb (diff) | |
download | mariadb-git-ed02be687c9636f1139058f3ce718b39e38172f6.tar.gz |
Merge kishkin.ru:/home/wax/mysql-4.1 into kishkin.ru:/home/wax/mysql-4g
Diffstat (limited to 'mysql-test/r/func_gconcat.result')
-rw-r--r-- | mysql-test/r/func_gconcat.result | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mysql-test/r/func_gconcat.result b/mysql-test/r/func_gconcat.result index f2246f2e514..bf96727a6a7 100644 --- a/mysql-test/r/func_gconcat.result +++ b/mysql-test/r/func_gconcat.result @@ -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; |