mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Fixed another bug#4984-type problem. This probably isn't the last fix for this bug.
This commit is contained in:
@ -1140,6 +1140,8 @@ QUICK_ROR_UNION_SELECT::~QUICK_ROR_UNION_SELECT()
|
|||||||
DBUG_ENTER("QUICK_ROR_UNION_SELECT::~QUICK_ROR_UNION_SELECT");
|
DBUG_ENTER("QUICK_ROR_UNION_SELECT::~QUICK_ROR_UNION_SELECT");
|
||||||
delete_queue(&queue);
|
delete_queue(&queue);
|
||||||
quick_selects.delete_elements();
|
quick_selects.delete_elements();
|
||||||
|
if (head->file->inited != handler::NONE)
|
||||||
|
head->file->ha_rnd_end();
|
||||||
free_root(&alloc,MYF(0));
|
free_root(&alloc,MYF(0));
|
||||||
DBUG_VOID_RETURN;
|
DBUG_VOID_RETURN;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user