[MDEV-14467] Item_param: replace {INT|DECIMAL|REAL|STRING|TIME}_VALUE with Type_handler Created: 2017-11-22 Updated: 2017-11-29 Resolved: 2017-11-29 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Data types |
| Fix Version/s: | 10.3.3 |
| Type: | Task | Priority: | Major |
| Reporter: | Alexander Barkov | Assignee: | Alexander Barkov |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||||||||||||||||||||||
| Description |
|
Item_param has two parallel systems to maintain the data type:
We'll do the following:
After this change, enum_item_param_state will look like this:
Note, SHORT_DATA_VALUE is needed to distinguish the state from LONG_DATA_VALUE. These changes are needed to simplify further work for:
|