server icon indicating copy to clipboard operation
server copied to clipboard

MDEV-34940: Fix Item_func_collect inheritance

Open DaveGosselin-MariaDB opened this issue 1 year ago • 1 comments
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.

DaveGosselin-MariaDB avatar Sep 18 '24 17:09 DaveGosselin-MariaDB