Details
-
Task
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
Description
The code in Column_definition::Column_definition(THD *thd, Field *old_field, Field *orig_field) has data-type specific fragments:
switch (real_field_type()) {
|
case MYSQL_TYPE_TINY_BLOB: |
case MYSQL_TYPE_BLOB: |
case MYSQL_TYPE_MEDIUM_BLOB: |
case MYSQL_TYPE_LONG_BLOB: |
...
|
This is not friendly to pluggable data types.
We'll split this code into a new method in Type_handler:
virtual void Column_definition_reuse_fix_attributes(THD *thd,
|
Column_definition *c,
|
const Field *field) const
|
Attachments
Issue Links
- blocks
-
MDEV-4912 Data type plugin API version 1
-
- Closed
-
Activity
issue.field.resolutiondate | 2018-07-25 09:12:02.0 | 2018-07-25 09:12:02.257 |
Fix Version/s | 10.4.0 [ 23115 ] | |
Fix Version/s | 10.4 [ 22408 ] | |
Resolution | Fixed [ 1 ] | |
Status | Open [ 1 ] | Closed [ 6 ] |
Workflow | MariaDB v3 [ 88579 ] | MariaDB v4 [ 133636 ] |