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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/item_subselect.h b/sql/item_subselect.h
index cad66cd3442..1930493b6b9 100644
--- a/sql/item_subselect.h
+++ b/sql/item_subselect.h
@@ -246,7 +246,7 @@ public:
return TRUE;
}
- void set_expr_cache_stat(THD *thd);
+ void init_expr_cache_tracker(THD *thd);
friend class select_result_interceptor;