diff options
Diffstat (limited to 'sql/item.cc')
-rw-r--r-- | sql/item.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/item.cc b/sql/item.cc index 994d45a9dc3..9820ccc249a 100644 --- a/sql/item.cc +++ b/sql/item.cc @@ -8172,6 +8172,7 @@ Item_cache_wrapper::Item_cache_wrapper(THD *thd, Item *item_arg): Type_std_attributes::set(orig_item); maybe_null= orig_item->maybe_null; with_sum_func= orig_item->with_sum_func; + with_window_func= orig_item->with_window_func; with_param= orig_item->with_param; with_field= orig_item->with_field; name= item_arg->name; |