[MDEV-17288] Replace Item_func::get_arg0_date() to Date/Datetime methods Created: 2018-09-25 Updated: 2018-09-25 Resolved: 2018-09-25 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Data types, Temporal 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 |
|
Item_func has this method:
which now handles DATE and DATETIME data types. After Under terms of this fact, the following changes will be done: 1. get_arg0_date() will be removed
|