-
Type:
Task
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Fix Version/s: 10.4.0
-
Component/s: Data types
-
Labels:None
The code in Item::update_null_value() has a switch on cmp_type(). This is not friendly for user defined data types.
We'll introduce a new method in Type_handler:
virtual void Item_update_null_value(Item *item) const= 0; |
and split this code into virtual implementations.
- blocks
-
MDEV-4912 Data type plugin API version 1
-
- Closed
-