[MDEV-16452] Split TIME and DATETIME handling in Item_func_between, in_temporal, cmp_item_internal Created: 2018-06-09 Updated: 2018-06-09 Resolved: 2018-06-09 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Data types |
| Fix Version/s: | 10.4.0 |
| Type: | Task | Priority: | Major |
| Reporter: | Alexander Barkov | Assignee: | Alexander Barkov |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
These methods:
use val_temporal_packed(field_type()) internally. This task is to remove Item::val_temporal_packed() and split implementations of the mentioned methods into separate methods for TIME and DATETIME:
These methods will use val_time_packed() and val_datetime_packed() directly. |