diff options
author | Varun Gupta <varunraiko1803@gmail.com> | 2016-12-22 15:51:37 +0530 |
---|---|---|
committer | Varun Gupta <varunraiko1803@gmail.com> | 2016-12-22 15:51:37 +0530 |
commit | 706fb790bcf9105a73f34002fe28c75032267c4b (patch) | |
tree | 17ce19ceef53641acb572e1bfbf92de188c0f240 /extra/mysqld_safe_helper.c | |
parent | 5e051bfa15d201228b103d7f536436a61cde8707 (diff) | |
download | mariadb-git-706fb790bcf9105a73f34002fe28c75032267c4b.tar.gz |
MDEV-10927: Crash When Using sort_union Optimization
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.
Diffstat (limited to 'extra/mysqld_safe_helper.c')
0 files changed, 0 insertions, 0 deletions