server
server copied to clipboard
MDEV-34940: Fix Item_func_collect inheritance
trafficstars
Creates new parent Item_sum_str for Item_func_group_concat and Item_func_collect, migrating shared methods from each of those latter classes to the former. Simultaneously, tighten up the method scopes.