summaryrefslogtreecommitdiff
path: root/sql/item_subselect.h
diff options
context:
space:
mode:
authorOleksandr Byelkin <sanja@mariadb.com>2015-03-25 18:27:10 +0100
committerOleksandr Byelkin <sanja@mariadb.com>2015-04-07 13:16:05 +0200
commitded3d706f8a6e615d2a6cfaee016e8917c0800cf (patch)
tree0adb77c0d347b922db91a7db522ad8aa7472cc45 /sql/item_subselect.h
parent0df8c0aa5ed1a6d3869783a30cbe71521cffa4e4 (diff)
downloadmariadb-git-10.1-MDEV-7811.tar.gz
MDEV-7811: EXPLAIN/ANALYZE FORMAT=JSON should show subquery cache10.1-MDEV-7811
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;