[MDEV-13526] Add Type_handler::Item_val_bool() Created: 2017-08-15 Updated: 2017-08-15 Resolved: 2017-08-15 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Data types |
| Fix Version/s: | 10.3.1 |
| Type: | Task | Priority: | Major |
| Reporter: | Alexander Barkov | Assignee: | Alexander Barkov |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | datatype, refactoring | ||
| Issue Links: |
|
||||||||
| Description |
|
The code in this method:
is not friendly to pluggable data types, as it tests for result_type(). Under terms of this task will add new methods in Type_handler:
and split the mentioned code into virtual implementations for relevant Type_handler_xxx classes. |