summaryrefslogtreecommitdiff
path: root/sql/sql_join_cache.h
diff options
context:
space:
mode:
authorSergey Petrunya <psergey@askmonty.org>2011-02-19 00:22:38 +0300
committerSergey Petrunya <psergey@askmonty.org>2011-02-19 00:22:38 +0300
commite7aa18fb9c527eda66fb20e5a796f7c658b5e06b (patch)
tree32fbfe800f1841cb2e62f7583d80c98bba25fe49 /sql/sql_join_cache.h
parent2c7c230a59c86c629fbdfeedb89d2c7a92a0e054 (diff)
downloadmariadb-git-e7aa18fb9c527eda66fb20e5a796f7c658b5e06b.tar.gz
Code cleanup (1)
Diffstat (limited to 'sql/sql_join_cache.h')
-rw-r--r--sql/sql_join_cache.h5
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