[MDEV-21389] Derive Item_func_month from Item_long_func Created: 2019-12-24 Updated: 2020-01-23 Resolved: 2019-12-25 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Data types |
| Fix Version/s: | 10.3.22, 10.4.12, 10.5.1 |
| Type: | Task | Priority: | Major |
| Reporter: | Alexander Barkov | Assignee: | Alexander Barkov |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||||||||||
| Description |
|
As of 10.3.22, Item_func_month derives from Item_func. This introduces some code duplication. Let's change Item_func_month to derive from Item_long_func. |