summaryrefslogtreecommitdiff
path: root/sql/sql_expression_cache.h
diff options
context:
space:
mode:
authorunknown <sanja@askmonty.org>2010-09-08 09:26:17 +0300
committerunknown <sanja@askmonty.org>2010-09-08 09:26:17 +0300
commit11dc256ca4ee1057d1e918326b8c76fdbbca63cd (patch)
tree8f59ac5856cdd8515b959711d450188651952d46 /sql/sql_expression_cache.h
parentd6a9b52269c2f64a8f793c4680eed9adece0a716 (diff)
downloadmariadb-git-11dc256ca4ee1057d1e918326b8c76fdbbca63cd.tar.gz
Diffstat (limited to 'sql/sql_expression_cache.h')
-rw-r--r--sql/sql_expression_cache.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/sql/sql_expression_cache.h b/sql/sql_expression_cache.h
index e931eca6091..d74e9f49178 100644
--- a/sql/sql_expression_cache.h
+++ b/sql/sql_expression_cache.h
@@ -60,7 +60,6 @@ public:
private:
void init();
- bool make_equalities();
/* tmp table parameters */
TMP_TABLE_PARAM cache_table_param;
@@ -78,8 +77,6 @@ private:
List<Item> items;
/* Value Item example */
Item *val;
- /* Expression to check after index lookup */
- Item *equalities;
/* Set on if the object has been succesfully initialized with init() */
bool inited;
};