summaryrefslogtreecommitdiff
path: root/sql/item_row.h
diff options
context:
space:
mode:
authorAlexander Barkov <bar@mariadb.org>2017-05-07 09:12:54 +0400
committerAlexander Barkov <bar@mariadb.org>2017-05-07 09:12:54 +0400
commit4e9022b48beadbad5bfe32fe67107f930381b3fb (patch)
tree0f87845a1bb6fe5de7fe0d43836c6d5cbb82c1a5 /sql/item_row.h
parentcc694792c9dc3fe4ce6a228b57f45adcc961b1e0 (diff)
downloadmariadb-git-4e9022b48beadbad5bfe32fe67107f930381b3fb.tar.gz
MDEV-12718 Determine Item::cmp_type() from Item::type_handler()
Diffstat (limited to 'sql/item_row.h')
-rw-r--r--sql/item_row.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/item_row.h b/sql/item_row.h
index 59cb512bfe7..375321e4755 100644
--- a/sql/item_row.h
+++ b/sql/item_row.h
@@ -91,7 +91,6 @@ public:
table_map used_tables() const { return used_tables_cache; };
bool const_item() const { return const_item_cache; };
enum Item_result result_type() const { return ROW_RESULT; }
- Item_result cmp_type() const { return ROW_RESULT; }
void update_used_tables()
{
used_tables_and_const_cache_init();