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:
@ -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;
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user