summaryrefslogtreecommitdiff
path: root/sql/item_windowfunc.h
diff options
context:
space:
mode:
authorAlexander Barkov <bar@mariadb.org>2017-03-24 17:52:55 +0400
committerAlexander Barkov <bar@mariadb.org>2017-03-24 17:52:55 +0400
commit48c59f394bb9bd4dfd34be19ff4cf933557eb017 (patch)
treee94ad81afab772d6913502cc155d1a51a043c11c /sql/item_windowfunc.h
parent1b3bd00c6b517dec73b35672875aeda9f2143bed (diff)
downloadmariadb-git-48c59f394bb9bd4dfd34be19ff4cf933557eb017.tar.gz
MDEV-12338 Split Item_type_holder::get_real_type() into virtual Item::real_type_handler()
Diffstat (limited to 'sql/item_windowfunc.h')
-rw-r--r--sql/item_windowfunc.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sql/item_windowfunc.h b/sql/item_windowfunc.h
index b4953c8a6ac..193ac04b315 100644
--- a/sql/item_windowfunc.h
+++ b/sql/item_windowfunc.h
@@ -303,8 +303,6 @@ class Item_sum_hybrid_simple : public Item_sum,
my_decimal *val_decimal(my_decimal *);
void reset_field();
String *val_str(String *);
- /* TODO(cvicentiu) copied from Item_sum_hybrid, what does it do? */
- bool keep_field_type(void) const { return 1; }
enum Item_result result_type() const
{ return Type_handler_hybrid_field_type::result_type(); }
enum Item_result cmp_type() const