Bug #7018 | Group_Concat() Functionality Truncates Records | ||
---|---|---|---|
Submitted: | 5 Dec 2004 12:40 | Modified: | 6 Dec 2004 13:44 |
Reporter: | Christopher Robinson | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | MySQL Server | Severity: | S2 (Serious) |
Version: | 4.1.7-nt | OS: | Windows (Windows XP) |
Assigned to: | CPU Architecture: | Any |
[5 Dec 2004 12:40]
Christopher Robinson
[5 Dec 2004 14:05]
MySQL Verification Team
Hi, What is the value of group_concat_max_len variable? You can check it with: mysql> select @@global.group_concat_max_len; +-------------------------------+ | @@global.group_concat_max_len | +-------------------------------+ | 1024 | +-------------------------------+ 1 row in set (0.00 sec)
[5 Dec 2004 23:39]
Christopher Robinson
Thank you. This is obviously user error and not a bug. I am sorry to have bothered you.