[MDEV-5935] ROUND(INT, ...) is inconsistent about its data type Created: 2014-03-23 Updated: 2022-11-02 Resolved: 2022-11-02 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Data types |
| Affects Version/s: | 10.0.9 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Minor |
| Reporter: | Alexander Barkov | Assignee: | Alexander Barkov |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
returns:
It's not clear why data type for the second ROUND is double. Looks like a regression. 5.5 created int(1) for both ROUNDs. |
| Comments |
| Comment by Sergei Golubchik [ 2022-11-02 ] |
|
fixed before 10.3.37 |