summaryrefslogtreecommitdiff
path: root/sql/item_windowfunc.cc
diff options
context:
space:
mode:
authorAlexander Barkov <bar@mariadb.com>2018-06-27 14:48:03 +0400
committerAlexander Barkov <bar@mariadb.com>2018-06-27 14:48:03 +0400
commite213b20e07e9304c595d3b2d57c275ce902e4097 (patch)
tree3ad14b97a00165f909e1313dc24a7eab81495f56 /sql/item_windowfunc.cc
parentd60fdb58141f4ae607b9595acd0ac5655fc71970 (diff)
downloadmariadb-git-e213b20e07e9304c595d3b2d57c275ce902e4097.tar.gz
MDEV-16592 Change Item::with_sum_func from a member to a virtual method
Diffstat (limited to 'sql/item_windowfunc.cc')
-rw-r--r--sql/item_windowfunc.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/item_windowfunc.cc b/sql/item_windowfunc.cc
index a7f8ef09f08..a3a9fc120bc 100644
--- a/sql/item_windowfunc.cc
+++ b/sql/item_windowfunc.cc
@@ -120,7 +120,6 @@ Item_window_func::fix_fields(THD *thd, Item **ref)
const_item_cache= false;
with_window_func= true;
- with_sum_func= false;
fix_length_and_dec();