Details
-
Task
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
Description
Under terms of this task we'll:
- Change a virtual function pointer Item_param::set_param_func to a Type_handler based implementation, by adding a new virtual method Type_handler::Item_param_set_param_func()
- Move static functions set_param_xxx() as methods to Item_param
- Decompose the switch in setup_one_conversion_function() into a new virtual method Type_handler::Item_param_setup_conversion()
Attachments
Issue Links
- blocks
-
MDEV-4912 Data type plugin API version 1
- Closed
- relates to
-
MDEV-14467 Item_param: replace {INT|DECIMAL|REAL|STRING|TIME}_VALUE with Type_handler
- Closed