[MDEV-12649] Add Type_handler::Item_save_in_value Created: 2017-04-30 Updated: 2017-04-30 Resolved: 2017-04-30 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | OTHER |
| Fix Version/s: | 10.3.1 |
| Type: | Task | Priority: | Major |
| Reporter: | Alexander Barkov | Assignee: | Alexander Barkov |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | datatype | ||
| Issue Links: |
|
||||||||
| Description |
|
We'll add a new method:
and replace the switch in Item::store:
to a call of the new method. |