mirror of
https://github.com/MariaDB/server.git
synced 2025-12-01 17:39:21 +03:00
group concat tree is allocated in a memroot, so the only way to free memory is to copy a part of the tree into a new memroot. track the accumilated length of the result, and when it crosses the threshold - copy the result into a new tree, free the old one.
28 KiB
28 KiB