[MDEV-9392] Copying from DECIMAL to YEAR is not consistent about warnings Created: 2016-01-11 Updated: 2016-01-11 Resolved: 2016-01-11 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Temporal Types |
| Affects Version/s: | 5.5, 10.0, 10.1, 10.2 |
| Fix Version/s: | 10.2.0 |
| Type: | Bug | Priority: | Major |
| Reporter: | Alexander Barkov | Assignee: | Alexander Barkov |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
correctly reports warnings:
So does copying:
While ALTER does not return any warnings:
|
| Comments |
| Comment by Alexander Barkov [ 2016-01-11 ] |
|
The same problem is repeatable when converting from DOUBLE to YEAR. |