Details
-
Task
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
Description
We'll change Item::result_type() to be a non-virtual inline method:
Item_result result_type() const |
{
|
return type_handler()->result_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-12718 Determine Item::cmp_type() from Item::type_handler()
- Closed