[MDEV-17460] Move the code from Item_extract::val_int() to a new class Extract_source Created: 2018-10-15 Updated: 2018-10-16 Resolved: 2018-10-16 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | 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 |
|
The new code responsible for rounding (
The code in Item_extract::val_int() will change from:
to:
|