diff options
author | Sergey Petrunya <psergey@askmonty.org> | 2011-02-19 00:22:38 +0300 |
---|---|---|
committer | Sergey Petrunya <psergey@askmonty.org> | 2011-02-19 00:22:38 +0300 |
commit | e7aa18fb9c527eda66fb20e5a796f7c658b5e06b (patch) | |
tree | 32fbfe800f1841cb2e62f7583d80c98bba25fe49 /sql/sql_join_cache.h | |
parent | 2c7c230a59c86c629fbdfeedb89d2c7a92a0e054 (diff) | |
download | mariadb-git-e7aa18fb9c527eda66fb20e5a796f7c658b5e06b.tar.gz |
Code cleanup (1)
Diffstat (limited to 'sql/sql_join_cache.h')
-rw-r--r-- | sql/sql_join_cache.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sql/sql_join_cache.h b/sql/sql_join_cache.h index 866c53339c9..6aa15adabe3 100644 --- a/sql/sql_join_cache.h +++ b/sql/sql_join_cache.h @@ -121,11 +121,6 @@ protected: */ JOIN *join; - /* - 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. - */ - // psergey-merge: gone: uint tables; /* JOIN_TAB of the first table that can have it's fields in the join cache. That is, tables in the [start_tab, tab) range can have their fields in the |