[MDEV-9334] ALTER from DECIMAL to BIGINT UNSIGNED returns a wrong result Created: 2015-12-28 Updated: 2018-06-15 Resolved: 2018-06-15 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | OTHER |
| Affects Version/s: | 5.5, 10.0, 10.1, 10.2 |
| Fix Version/s: | 10.2.16, 10.3.8, 10.4.0 |
| Type: | Bug | Priority: | Major |
| Reporter: | Alexander Barkov | Assignee: | Alexander Barkov |
| Resolution: | Fixed | Votes: | 1 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
returns
So far so good. Now if I do:
it erroneously returns:
The expected result is 18446744073709551615. |
| Comments |
| Comment by Alexander Barkov [ 2018-06-15 ] | |||||||||||||||||
|
The same problem is repeatable with BIT(64)
|