Details
-
Task
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
Description
We'll change Item::field_type() to be a non-virtual inline method:
enum_field_types field_type() const |
{
|
return type_handler()->field_type(); |
}
|
and remove all virtual implementations from all Item descendants.
Attachments
Issue Links
- blocks
-
MDEV-4912 Data type plugin API version 1
- Closed
- is blocked by
-
MDEV-12713 Define virtual type_handler() for all Item classes
- Closed
- relates to
-
MDEV-12718 Determine Item::cmp_type() from Item::type_handler()
- Closed
-
MDEV-12719 Determine Item::result_type() from Item::type_handler()
- Closed