summaryrefslogtreecommitdiff
path: root/mysql-test/t/func_gconcat.test
diff options
context:
space:
mode:
authorunknown <ram@gw.mysql.r18.ru>2004-06-21 14:11:51 +0500
committerunknown <ram@gw.mysql.r18.ru>2004-06-21 14:11:51 +0500
commite3b3720e5f49dc948f7a67d14a8c14fd3c48df6f (patch)
tree9aab0976e782eec69b3f4aad0de2b80df30eeac9 /mysql-test/t/func_gconcat.test
parenta765bf8c16272c71552e16570c8ed1856c71d088 (diff)
downloadmariadb-git-e3b3720e5f49dc948f7a67d14a8c14fd3c48df6f.tar.gz
proper test of warnings for group_concat().
Diffstat (limited to 'mysql-test/t/func_gconcat.test')
-rw-r--r--mysql-test/t/func_gconcat.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/t/func_gconcat.test b/mysql-test/t/func_gconcat.test
index 5ddc93e767b..62343fa2af8 100644
--- a/mysql-test/t/func_gconcat.test
+++ b/mysql-test/t/func_gconcat.test
@@ -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;