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:
@ -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
|
||||
{
|
||||
|
Reference in New Issue
Block a user