diff options
Diffstat (limited to 'sql/item.h')
-rw-r--r-- | sql/item.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/item.h b/sql/item.h index 825496e3e9a..f3d3a4cf655 100644 --- a/sql/item.h +++ b/sql/item.h @@ -3529,6 +3529,7 @@ public: class Item_cache; class Expression_cache; +class Expression_cache_stat; /** The objects of this class can store its values in an expression cache. @@ -3564,6 +3565,7 @@ public: enum Type real_type() const { return orig_item->type(); } bool set_cache(THD *thd); + Expression_cache_stat* set_stat(MEM_ROOT *mem_root); bool fix_fields(THD *thd, Item **it); void fix_length_and_dec() {} |