1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

MDEV-12719 Determine Item::result_type() from Item::type_handler()

This commit is contained in:
Alexander Barkov
2017-05-07 19:29:23 +04:00
parent 02ada41744
commit da63db1e3b
15 changed files with 28 additions and 168 deletions

View File

@ -2267,7 +2267,6 @@ public:
{
return m_type_handler->real_field_type();
}
Item_result result_type() const { return m_type_handler->result_type(); }
Item_result cmp_type() const { return m_type_handler->cmp_type(); }
enum_mysql_timestamp_type mysql_timestamp_type() const
{