mirror of
https://github.com/MariaDB/server.git
synced 2025-12-09 08:01:34 +03:00
n_child_sum_items kept increasing. Since it is used for calculating the size of ref_pointer_array, we will allocate larger and larger chunks of memory, until we hit some operating system limit. The memory is free()d at disconnect, but is most likely *not* returned to the operating system.
82 KiB
82 KiB