[MDEV-9340] Copying from INT/DOUBLE to ENUM is inconsistent Created: 2015-12-29 Updated: 2016-01-11 Resolved: 2016-01-11 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | OTHER |
| 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 |
|
Copying from DOUBLE to ENUM in INSERT..SELECT
returns
Copying from DOUBLE to ENUM in ALTER
returns
|
| Comments |
| Comment by Alexander Barkov [ 2015-12-29 ] | |||||||||||||||||||||||||||
|
The same problem is observed when copying from INT to ENUM.
returns
while
returns
| |||||||||||||||||||||||||||
| Comment by Alexander Barkov [ 2015-12-30 ] | |||||||||||||||||||||||||||
|
The same problem is observed when copying from YEAR to ENUM.
returns
so does
while
returns
|