mirror of
https://github.com/MariaDB/server.git
synced 2025-11-28 17:36:30 +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.
6.1 KiB
6.1 KiB