mirror of
https://github.com/MariaDB/server.git
synced 2026-05-04 14:15:33 +02:00
merge 5.3->5.5
This commit is contained in:
commit
60ea100b03
3 changed files with 57 additions and 5 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue