From e7aa18fb9c527eda66fb20e5a796f7c658b5e06b Mon Sep 17 00:00:00 2001 From: Sergey Petrunya Date: Sat, 19 Feb 2011 00:22:38 +0300 Subject: Code cleanup (1) --- sql/sql_join_cache.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'sql/sql_join_cache.h') 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 -- cgit v1.2.1