mirror of
https://github.com/MariaDB/server.git
synced 2025-11-25 17:25:02 +03:00
Adding destructor for Group_bound_tracker to free Cached_item_str. The Cached_item for window functions are allocated on THD:mem_root but the Cached_item_str has value of type string which is allocated on the heap, so we need to call free() for it
56 KiB
56 KiB