summaryrefslogtreecommitdiff
path: root/mysql-test/r/func_gconcat.result
diff options
context:
space:
mode:
authorunknown <wax@kishkin.ru>2003-06-07 02:28:11 +0600
committerunknown <wax@kishkin.ru>2003-06-07 02:28:11 +0600
commit631558f317cd4caa130869a72ad3d11aed2fa9b3 (patch)
tree20327b7998b93aaa8f12931fa05939306ed12aa4 /mysql-test/r/func_gconcat.result
parent6bb747bb71c209ba03e56389c15e51e6bee7dcbc (diff)
parent7fac151beaf476189878204bbee60f762174a760 (diff)
downloadmariadb-git-631558f317cd4caa130869a72ad3d11aed2fa9b3.tar.gz
Merge kishkin.ru:/home/wax/mysql-4.1 into kishkin.ru:/home/wax/mysql-4g
mysql-test/r/func_gconcat.result: Auto merged sql/field.cc: Auto merged sql/item_sum.cc: Auto merged sql/item_sum.h: Auto merged
Diffstat (limited to 'mysql-test/r/func_gconcat.result')
-rw-r--r--mysql-test/r/func_gconcat.result4
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;