Details
-
Task
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
Description
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.
Attachments
Issue Links
- blocks
-
MDEV-4912 Data type plugin API version 1
-
- Closed
-
Activity
issue.field.resolutiondate | 2018-07-31 06:14:05.0 | 2018-07-31 06:14:05.555 |
Component/s | Data types [ 13906 ] | |
Fix Version/s | 10.4.0 [ 23115 ] | |
Fix Version/s | 10.4 [ 22408 ] | |
Resolution | Fixed [ 1 ] | |
Status | Open [ 1 ] | Closed [ 6 ] |
Workflow | MariaDB v3 [ 88659 ] | MariaDB v4 [ 133639 ] |