summaryrefslogtreecommitdiff
path: root/sql/sp_head.h
diff options
context:
space:
mode:
authorAlexander Barkov <bar@mariadb.org>2015-12-02 12:14:06 +0400
committerAlexander Barkov <bar@mariadb.org>2015-12-02 12:14:06 +0400
commitc3494e19cbf14af2b2cf96cd2c31ead9e52e3eb6 (patch)
tree54bb912eaa3a8aeaeb9964468e9f078ff73d6e1f /sql/sp_head.h
parentcd828fb9163bb59865341559b0879f8f6a55ece9 (diff)
downloadmariadb-git-c3494e19cbf14af2b2cf96cd2c31ead9e52e3eb6.tar.gz
MDEV-9215 Detect cmp_type() and result_type() from field_type()
A cleanup: removing members and functions that become unused: - Item_func_hybrid_field_type::cached_result_type - sp_map_result_type()
Diffstat (limited to 'sql/sp_head.h')
-rw-r--r--sql/sp_head.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/sql/sp_head.h b/sql/sp_head.h
index f2a02702ecf..4e761c31d5b 100644
--- a/sql/sp_head.h
+++ b/sql/sp_head.h
@@ -45,9 +45,6 @@
//#define TYPE_ENUM_FUNCTION 1 #define TYPE_ENUM_PROCEDURE 2 #define
//TYPE_ENUM_TRIGGER 3 #define TYPE_ENUM_PROXY 4
-Item_result
-sp_map_result_type(enum enum_field_types type);
-
Item::Type
sp_map_item_type(enum enum_field_types type);