diff options
author | unknown <wax@kishkin.ru> | 2003-04-12 04:26:55 +0600 |
---|---|---|
committer | unknown <wax@kishkin.ru> | 2003-04-12 04:26:55 +0600 |
commit | fc6456b5c4966af2a633c4494404e279fe617c48 (patch) | |
tree | 0643a0403b3f1be8669fa2bb99d0a15ca14db0ac /mysql-test/r/func_gconcat.result | |
parent | b4d60df32d519887afb78c1c6796d665c4fff27d (diff) | |
download | mariadb-git-fc6456b5c4966af2a633c4494404e279fe617c48.tar.gz |
correct codes of warnings in result file
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 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; |