diff options
author | Alexander Barkov <bar@mariadb.org> | 2017-05-07 09:12:54 +0400 |
---|---|---|
committer | Alexander Barkov <bar@mariadb.org> | 2017-05-07 09:12:54 +0400 |
commit | 4e9022b48beadbad5bfe32fe67107f930381b3fb (patch) | |
tree | 0f87845a1bb6fe5de7fe0d43836c6d5cbb82c1a5 /sql/item_windowfunc.h | |
parent | cc694792c9dc3fe4ce6a228b57f45adcc961b1e0 (diff) | |
download | mariadb-git-4e9022b48beadbad5bfe32fe67107f930381b3fb.tar.gz |
MDEV-12718 Determine Item::cmp_type() from Item::type_handler()
Diffstat (limited to 'sql/item_windowfunc.h')
-rw-r--r-- | sql/item_windowfunc.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sql/item_windowfunc.h b/sql/item_windowfunc.h index 49f8b51ab1c..5e3a28ffade 100644 --- a/sql/item_windowfunc.h +++ b/sql/item_windowfunc.h @@ -305,8 +305,6 @@ class Item_sum_hybrid_simple : public Item_sum, String *val_str(String *); enum Item_result result_type() const { return Type_handler_hybrid_field_type::result_type(); } - enum Item_result cmp_type() const - { return Type_handler_hybrid_field_type::cmp_type(); } const Type_handler *type_handler() const { return Type_handler_hybrid_field_type::type_handler(); } void update_field(); |