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