The maximum allowed result length in bytes for the GROUP_CONCAT() function. The default is 1024.
mysql> show variables like 'group%';
You change the value of group_concat_max_len. Either in your config file or setting the session variable, e.g. "SET @@group_concat_max_len = 2048;'