mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 12:32:27 +01:00
free open cursors
This commit is contained in:
parent
530d46f4e3
commit
df094ea03b
1 changed files with 1 additions and 1 deletions
|
@ -4128,7 +4128,7 @@ return_zero_rows(JOIN *join, select_result *result,TABLE_LIST *tables,
|
|||
select_describe(join, FALSE, FALSE, FALSE, info);
|
||||
DBUG_RETURN(0);
|
||||
}
|
||||
|
||||
join->cleanup();
|
||||
if (send_row)
|
||||
{
|
||||
for (TABLE_LIST *table=tables; table ; table=table->next)
|
||||
|
|
Loading…
Reference in a new issue