merge 5.3->5.5

This commit is contained in:
unknown 2013-09-13 13:19:29 +03:00
commit 60ea100b03
3 changed files with 57 additions and 5 deletions

View file

@ -3769,10 +3769,7 @@ void SELECT_LEX::mark_as_belong_to_derived(TABLE_LIST *derived)
TABLE_LIST *tl;
List_iterator<TABLE_LIST> ti(leaf_tables);
while ((tl= ti++))
{
tl->open_type= OT_BASE_ONLY;
tl->belong_to_derived= derived;
}
}