diff options
Diffstat (limited to 'sql/item_sum.h')
-rw-r--r-- | sql/item_sum.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sql/item_sum.h b/sql/item_sum.h index 953ff76b65d..4da8db11cb0 100644 --- a/sql/item_sum.h +++ b/sql/item_sum.h @@ -23,6 +23,8 @@ #include <my_tree.h> +class Item_arena; + class Item_sum :public Item_result_field { public: @@ -93,7 +95,7 @@ public: virtual void make_unique() {} Item *get_tmp_table_item(THD *thd); bool save_args_for_prepared_statements(THD *); - bool save_args(Statement* stmt); + bool save_args(Item_arena* stmt); bool walk (Item_processor processor, byte *argument); }; |