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
-
Activity
Rank | Ranked higher |
issue.field.resolutiondate | 2019-06-04 08:44:50.0 | 2019-06-04 08:44:50.154 |
Fix Version/s | 10.5.0 [ 23709 ] | |
Fix Version/s | 10.5 [ 23123 ] | |
Resolution | Fixed [ 1 ] | |
Status | Open [ 1 ] | Closed [ 6 ] |
Workflow | MariaDB v3 [ 97312 ] | MariaDB v4 [ 133982 ] |