mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Post-merge fixes part 5
This commit is contained in:
@ -235,8 +235,13 @@ psergey-merge: was:
|
||||
}
|
||||
}
|
||||
start_tab= tab;
|
||||
/*
|
||||
while (start_tab->bush_children && start_tab != join_tab)
|
||||
start_tab++;
|
||||
*/
|
||||
if (start_tab->bush_children)
|
||||
start_tab= start_tab->bush_children->start;
|
||||
|
||||
tab= start_tab;
|
||||
|
||||
//tables= join_tab-tab;
|
||||
|
Reference in New Issue
Block a user