mirror of
https://github.com/MariaDB/server.git
synced 2025-11-06 13:10:12 +03:00
This bug may manifest itself not only with the queries for which the index-merge access method is chosen. It also may display itself for queries with DISTINCT. The bug was in how the Unique::get method used the merge_buffers function. To compare elements in the the queue employed by merge_buffers() it must use the buffpek_compare function rather than the function for binary comparison.
3.5 KiB
3.5 KiB