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

MDEV-12714 Determine Item::field_type() from Item::type_handler()

This commit is contained in:
Alexander Barkov
2017-05-06 20:44:05 +04:00
parent 46239f29c6
commit c898de84b7
16 changed files with 8 additions and 139 deletions

View File

@ -2263,7 +2263,6 @@ public:
:m_type_handler(other->m_type_handler)
{ }
const Type_handler *type_handler() const { return m_type_handler; }
enum_field_types field_type() const { return m_type_handler->field_type(); }
enum_field_types real_field_type() const
{
return m_type_handler->real_field_type();