[MDEV-16823] Add Type_handler::Column_definition_reuse_fix_attributes() Created: 2018-07-25 Updated: 2018-07-25 Resolved: 2018-07-25 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Data types |
| Fix Version/s: | 10.4.0 |
| Type: | Task | Priority: | Major |
| Reporter: | Alexander Barkov | Assignee: | Alexander Barkov |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
The code in Column_definition::Column_definition(THD *thd, Field *old_field, Field *orig_field) has data-type specific fragments:
This is not friendly to pluggable data types. We'll split this code into a new method in Type_handler:
|