[MDEV-11485] Split Item_func_between::val_int() into virtual methods in Type_handler Created: 2016-12-05 Updated: 2018-11-15 Resolved: 2016-12-06 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | OTHER |
| Fix Version/s: | 10.3.0 |
| Type: | Task | Priority: | Major |
| Reporter: | Alexander Barkov | Assignee: | Alexander Barkov |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | datatype | ||
| Issue Links: |
|
||||||||
| Description |
|
This task will remove switch(m_compare_type) from Item_func_between::val_int() and move this code into new virtual method in Type_handler:
|
| Comments |
| Comment by Oleksandr Byelkin [ 2016-12-06 ] |
|
OK, to push after fixing comment as we discussed. |