1
0
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:
Sergey Petrunya
2011-02-16 13:59:14 +03:00
parent 716091e2a0
commit e69c642920
5 changed files with 62 additions and 57 deletions

View File

@ -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;