1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

MWL#90, code cleanup

- Remove garbage comments
- fix a bug in join_tab_cmp
This commit is contained in:
Sergey Petrunya
2010-06-11 18:43:06 +04:00
parent 0390412782
commit e9bac8db82
7 changed files with 35 additions and 40 deletions

View File

@ -187,11 +187,11 @@ typedef struct st_join_table {
st_join_table *first_unmatched; /**< used for optimization purposes only */
/*
psergey2: for join tabs that are inside a bush: root of this bush.
For join tabs that are inside an SJM bush: root of the bush
*/
st_join_table *bush_root_tab;
/* TRUE <=> This join_tab is inside a join bush and is the last leaf tab here */
/* TRUE <=> This join_tab is inside an SJM bush and is the last leaf tab here */
bool last_leaf_in_bush;
/*