From b24eeb7fc7217c5a05aa55d6481f3b736672b376 Mon Sep 17 00:00:00 2001 From: "wax@kishkin.ru" <> Date: Sat, 12 Apr 2003 04:26:55 +0600 Subject: [PATCH] correct codes of warnings in result file --- mysql-test/r/func_gconcat.result | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mysql-test/r/func_gconcat.result b/mysql-test/r/func_gconcat.result index a9a7b85f96d..ad1ba8ae3db 100644 --- a/mysql-test/r/func_gconcat.result +++ b/mysql-test/r/func_gconcat.result @@ -150,10 +150,10 @@ grp group_concat(c) 4 5 NULL Warnings: -Warning 1254 1 line(s) was(were) cut by group_concat() +Warning 1258 1 line(s) was(were) cut by group_concat() show warnings; Level Code Message -Warning 1254 1 line(s) was(were) cut by group_concat() +Warning 1258 1 line(s) was(were) cut by group_concat() select group_concat(sum(a)) from t1 group by grp; Invalid use of group function select grp,group_concat(c order by 2) from t1 group by grp;