mirror of
https://github.com/MariaDB/server.git
synced 2026-05-02 13:15:32 +02:00
As far as we cut off derived table branch, we have to close JOINs (BUG#2141)
(test case is absend because it is multi-thread and very big) sql/sql_derived.cc: As far as we cut off this branch, we have to close JOINs
This commit is contained in:
parent
d4a7fa95ee
commit
5e55cd5d0f
1 changed files with 3 additions and 0 deletions
|
|
@ -198,7 +198,10 @@ int mysql_derived(THD *thd, LEX *lex, SELECT_LEX_UNIT *unit,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
{
|
||||||
unit->exclude_tree();
|
unit->exclude_tree();
|
||||||
|
unit->cleanup();
|
||||||
|
}
|
||||||
org_table_list->db= (char *)"";
|
org_table_list->db= (char *)"";
|
||||||
// Force read of table stats in the optimizer
|
// Force read of table stats in the optimizer
|
||||||
table->file->info(HA_STATUS_VARIABLE);
|
table->file->info(HA_STATUS_VARIABLE);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue