2876
2876
Item_func_group_concat *item)
2878
2878
Table *table= item->table;
2879
String tmp((char *)table->getUpdateRecord(), table->getShare()->getRecordLength(), default_charset_info);
2880
2882
String *result= &item->result;
2881
2883
Item **arg= item->args, **arg_end= item->args + item->arg_count_field;
2882
2884
uint32_t old_length= result->length();