1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

MDEV-12772 Add Field::get_typelib() and Item::get_typelib()

This commit is contained in:
Alexander Barkov
2017-05-10 11:02:02 +04:00
parent 0f642188cc
commit 191638416b
4 changed files with 14 additions and 11 deletions

View File

@@ -1044,6 +1044,7 @@ protected:
}
const Type_handler *type_handler() const
{ return Type_handler_hybrid_field_type::type_handler(); }
TYPELIB *get_typelib() const { return args[0]->get_typelib(); }
void update_field();
void min_max_update_str_field();
void min_max_update_real_field();