5.3.4 merge

This commit is contained in:
Sergei Golubchik 2012-02-15 18:08:08 +01:00
commit 25609313ff
117 changed files with 4695 additions and 2204 deletions

View file

@ -3167,6 +3167,7 @@ void LEX::cleanup_after_one_table_open()
if (all_selects_list != &select_lex)
{
derived_tables= 0;
select_lex.exclude_from_table_unique_test= false;
/* cleunup underlying units (units of VIEW) */
for (SELECT_LEX_UNIT *un= select_lex.first_inner_unit();
un;