[MDEV-9336] ALTER from DOUBLE to TIME returns a wrong result Created: 2015-12-28 Updated: 2019-11-18 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Data types, Temporal Types |
| Affects Version/s: | 5.5, 10.0, 10.1, 10.2, 10.3, 10.4 |
| Fix Version/s: | 10.4 |
| Type: | Bug | Priority: | Major |
| Reporter: | Alexander Barkov | Assignee: | Alexander Barkov |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Epic Link: | Data type cleanups |
| Description |
|
This script:
correctly returns:
This script:
also correctly returns:
This script:
erroneously returns
The expected result is 838:59:59, like in the previous two scripts. |