diff options
author | Sergei Petrunia <psergey@askmonty.org> | 2015-07-01 20:03:29 +0300 |
---|---|---|
committer | Sergei Petrunia <psergey@askmonty.org> | 2015-07-01 20:03:29 +0300 |
commit | 9d2aa2b3093e315f02e42943589f47447c67bbd8 (patch) | |
tree | f2f73397e7d6b26e76971e702fbd6a6a01b95521 /sql/item_subselect.h | |
parent | c6aee27b73232fc6ba3e8b55adbb0abba4f0171b (diff) | |
download | mariadb-git-9d2aa2b3093e315f02e42943589f47447c67bbd8.tar.gz |
MDEV-7811: EXPLAIN/ANALYZE FORMAT=JSON should show subquery cache
Fixes over the original patch:
- Fix variable/class/other names
- Fix the JSON output to be in line with the output of other JSON
constructs we produce
Diffstat (limited to 'sql/item_subselect.h')
-rw-r--r-- | sql/item_subselect.h | 2 |
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; |