1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

proper test of warnings for group_concat().

This commit is contained in:
ram@gw.mysql.r18.ru
2004-06-21 14:11:51 +05:00
parent 862a6ed4ca
commit 1d3118f1d2
2 changed files with 6 additions and 3 deletions

View File

@@ -61,7 +61,7 @@ select grp,group_concat(c order by c) from t1 group by grp;
# Test warnings
set group_concat_max_len = 5;
set group_concat_max_len = 4;
select grp,group_concat(c) from t1 group by grp;
show warnings;
set group_concat_max_len = 1024;