1
0
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.

sql/opt_range.cc:
  Fix for bug#4984
This commit is contained in:
unknown
2004-08-13 05:12:56 +04:00
parent dde591f203
commit 6ae4094aed

View File

@ -1140,6 +1140,8 @@ QUICK_ROR_UNION_SELECT::~QUICK_ROR_UNION_SELECT()
DBUG_ENTER("QUICK_ROR_UNION_SELECT::~QUICK_ROR_UNION_SELECT");
delete_queue(&queue);
quick_selects.delete_elements();
if (head->file->inited != handler::NONE)
head->file->ha_rnd_end();
free_root(&alloc,MYF(0));
DBUG_VOID_RETURN;
}