Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MDEV-34940: Fix Item_func_collect inheritance #3525

Open
wants to merge 1 commit into
base: bb-11.7-mdev-34120-gis-functions
Choose a base branch
from

Commits on Sep 18, 2024

  1. MDEV-34940: Fix Item_func_collect inheritance

    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 committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    a764152 View commit details
    Browse the repository at this point in the history