• evgen@moonbone.local's avatar
    Bug#29850: Wrong charset of GROUP_CONCAT result when the select employs · 934089a8
    evgen@moonbone.local authored
    a temporary table.
    
    The result string of the Item_func_group_concat wasn't initialized in the 
    copying constructor of the Item_func_group_concat class. This led to a
    wrong charset of GROUP_CONCAT result when the select employs a temporary
    table.
    
    The copying constructor of the Item_func_group_concat class now correctly
    initializes the charset of the result string.
    934089a8
item_sum.cc 83.8 KB