mirror of
https://github.com/MariaDB/server.git
synced 2025-11-21 06:21:35 +03:00
require O(#scans) memory When an index merge operation was restarted, it would re-allocate the Unique object controlling the duplicate row ID elimination. Fixed by making the Unique object a member of QUICK_INDEX_MERGE_SELECT and thus reusing it throughout the lifetime of this object.
2.8 KiB
2.8 KiB