[MDEV-15956] Strange ER_UNSUPPORTED_ACTION_ON_GENERATED_COLUMN upon ALTER on versioning column Created: 2018-04-21 Updated: 2018-05-12 Resolved: 2018-05-12 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Data Definition - Alter Table, Versioned Tables |
| Affects Version/s: | 10.3 |
| Fix Version/s: | 10.3.7 |
| Type: | Bug | Priority: | Minor |
| Reporter: | Elena Stepanova | Assignee: | Aleksey Midenkov |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
ALTER returns the error:
This is strange, because ALTER doesn't even modify anything; and even more strange, because ALTER on the same table for a generated column not related to versioning works all right:
It would be understandable if it said that ALTER is not supported for versioning columns (if that's indeed so), but the error as it is now is wrong. |
| Comments |
| Comment by Aleksey Midenkov [ 2018-04-24 ] | ||||||
|
| ||||||
| Comment by Aleksey Midenkov [ 2018-04-24 ] | ||||||
|
Fixed:
|