diff options
author | Sergey Petrunya <psergey@askmonty.org> | 2010-06-05 12:37:16 +0400 |
---|---|---|
committer | Sergey Petrunya <psergey@askmonty.org> | 2010-06-05 12:37:16 +0400 |
commit | 49568aefe7a9d95e303ccfe40614fd3d1ee5b12f (patch) | |
tree | 19fba606d12dd350791517cd798d9b04ec30e4bd /sql/sql_select.h | |
parent | dad93f2c822f174f4674c4a04c2382c18a262e36 (diff) | |
download | mariadb-git-49568aefe7a9d95e303ccfe40614fd3d1ee5b12f.tar.gz |
MWL#90: Code cleanup: Unification of merged and non-merged SJM nests processing
- Make join buffering code to take into account that JOIN_TABs are not a
linear array anymore.
Diffstat (limited to 'sql/sql_select.h')
-rw-r--r-- | sql/sql_select.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sql/sql_select.h b/sql/sql_select.h index 2299d4dfbdf..8319969432c 100644 --- a/sql/sql_select.h +++ b/sql/sql_select.h @@ -500,12 +500,14 @@ protected: context can be accessed. */ JOIN *join; - +#if 0 /* Cardinality of the range of join tables whose fields can be put into the cache. (A table from the range not necessarily contributes to the cache.) */ uint tables; +#endif + JOIN_TAB *start_tab; /* The total number of flag and data fields that can appear in a record |