[MDEV-12771] Remove Item_func_xxx::decimal_precision() for case and abbreviations Created: 2017-05-10 Updated: 2017-05-10 Resolved: 2017-05-10 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | OTHER |
| Fix Version/s: | 10.3.1 |
| Type: | Task | Priority: | Major |
| Reporter: | Alexander Barkov | Assignee: | Alexander Barkov |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | datatype, refactoring | ||
| Description |
|
decimal_precision() implementations for the classes implementing CASE and CASE-alike functions became redundant after implementing We'll remove decimal_precision() from the following classes:
This will reduce the amount of duplicate code. |
| Comments |
| Comment by Alexander Barkov [ 2017-05-10 ] |
|
Pushed to bb-10.2-ext |