summaryrefslogtreecommitdiff
path: root/sql/item_sum.h
diff options
context:
space:
mode:
authorAlexander Barkov <bar@mariadb.org>2015-04-24 12:59:21 +0400
committerAlexander Barkov <bar@mariadb.org>2015-04-24 12:59:21 +0400
commit04fb09d7811606e1a1a8f646532e1b379d50b217 (patch)
treeeaff2e4e2123dc8bcd215a46ebed96adebe46891 /sql/item_sum.h
parentc2dd88ac85e6b1fe63ac36465f62a784cf6b4d4a (diff)
downloadmariadb-git-04fb09d7811606e1a1a8f646532e1b379d50b217.tar.gz
Deriving Item_row from Item_args and sharing more code
between Item_func, Item_sum, Item_row.
Diffstat (limited to 'sql/item_sum.h')
-rw-r--r--sql/item_sum.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/item_sum.h b/sql/item_sum.h
index 8435924e62d..db45a336b46 100644
--- a/sql/item_sum.h
+++ b/sql/item_sum.h
@@ -476,7 +476,6 @@ public:
Item *get_tmp_table_item(THD *thd);
virtual Field *create_tmp_field(bool group, TABLE *table,
uint convert_blob_length);
- bool walk(Item_processor processor, bool walk_subquery, uchar *argument);
virtual bool collect_outer_ref_processor(uchar *param);
bool init_sum_func_check(THD *thd);
bool check_sum_func(THD *thd, Item **ref);