Details
-
Task
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
Description
The code in Item_func_dyncol_create::prepare_arguments() is not friendly to data type plugins.
Let's add a new method in Type_handler:
virtual enum_dynamic_column_type |
dyncol_type(const Type_all_attributes *attr) const= 0; |
and split the two switch'es into virtual implementations of the new method.
Attachments
Issue Links
- blocks
-
MDEV-4912 Data type plugin API version 1
- Closed