mirror of
https://github.com/MariaDB/server.git
synced 2025-12-01 17:39:21 +03:00
In file sql/filesort.cc,when merge_buffers() is called then - queue_remove(&queue,0) is called - For the function queue_remove there is assertion states that the element to be removed should have index >=1 - this is causing the assertion to fail. Fixed by removing the top element.
54 KiB
54 KiB