summaryrefslogtreecommitdiff
path: root/sql/item_subselect.h
diff options
context:
space:
mode:
Diffstat (limited to 'sql/item_subselect.h')
-rw-r--r--sql/item_subselect.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/sql/item_subselect.h b/sql/item_subselect.h
index 92b269d02f1..9f12b3ff478 100644
--- a/sql/item_subselect.h
+++ b/sql/item_subselect.h
@@ -248,7 +248,10 @@ public:
bool limit_index_condition_pushdown_processor(uchar *opt_arg)
{
return TRUE;
- }
+ }
+
+ void set_expr_cache_stat(THD *thd);
+
friend class select_result_interceptor;
friend class Item_in_optimizer;