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)
This commit is contained in:
bell@sanja.is.com.ua 2004-01-06 13:13:04 +02:00
parent 5ec1adee44
commit d358e52b8b

View file

@ -198,7 +198,10 @@ int mysql_derived(THD *thd, LEX *lex, SELECT_LEX_UNIT *unit,
}
}
else
{
unit->exclude_tree();
unit->cleanup();
}
org_table_list->db= (char *)"";
// Force read of table stats in the optimizer
table->file->info(HA_STATUS_VARIABLE);