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_subselect.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_subselect.h')
-rw-r--r-- | sql/item_subselect.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/item_subselect.h b/sql/item_subselect.h index 8637a9c7310..ff6293e6e5c 100644 --- a/sql/item_subselect.h +++ b/sql/item_subselect.h @@ -304,7 +304,6 @@ public: bool val_bool(); bool get_date(MYSQL_TIME *ltime, ulonglong fuzzydate); enum Item_result result_type() const; - enum Item_result cmp_type() const; const Type_handler *type_handler() const; void fix_length_and_dec(); |