[MDEV-19686] Add method Type_handler::dyncol_type Created: 2019-06-04 Updated: 2019-06-04 Resolved: 2019-06-04 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Data types |
| Fix Version/s: | 10.5.0 |
| Type: | Task | Priority: | Major |
| Reporter: | Alexander Barkov | Assignee: | Alexander Barkov |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| 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:
and split the two switch'es into virtual implementations of the new method. |