[MDEV-15476] Inplace algorithm doesn't support changing virtual column datatype Created: 2018-03-06 Updated: 2020-05-19 |
|
| Status: | Stalled |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - InnoDB |
| Affects Version/s: | 10.1 |
| Fix Version/s: | 10.1 |
| Type: | Bug | Priority: | Major |
| Reporter: | Thirunarayanan Balathandayuthapani | Assignee: | Thirunarayanan Balathandayuthapani |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||||||||||||||||||
| Description |
|
Inplace algorithm doesn't support change of virtual column data type.
Above alter fails with the following error:
There is no reason mentioned why inplace fails. Above alter doesn't affect the data or rebuild |
| Comments |
| Comment by Thirunarayanan Balathandayuthapani [ 2018-03-06 ] | |||||||
|
Above alter passes in inplace algorithm. Only difference here is datatype change flag enabled in the bug page testcase. I have to change reported version to 10.1 | |||||||
| Comment by Thirunarayanan Balathandayuthapani [ 2018-03-06 ] | |||||||
|
The above alter fails in inplace. It doesn't make sense for these virtual column restriction. |