[MDEV-19654] Table `sbtest1` is not system-versioned error with system versioned table while adding row start column Created: 2019-05-31 Updated: 2019-05-31 Resolved: 2019-05-31 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Versioned Tables |
| Affects Version/s: | 10.4.6, 10.3, 10.4 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | Shahriyar Rzayev (Inactive) | Assignee: | Unassigned |
| Resolution: | Duplicate | Votes: | 0 |
| Labels: | versioned-table | ||
| Issue Links: |
|
||||||||
| Description |
|
Steps to reproduce:
Trying to add column:
Not True as this table is already system-versioned. Column description was grabbed from: |
| Comments |
| Comment by Elena Stepanova [ 2019-05-31 ] |
|
Importantly, system_versioning_alter_history should be set to KEEP. When it's not set, the ALTER is expectedly rejected, so at that point system versioning is recognized. |
| Comment by Elena Stepanova [ 2019-05-31 ] |
|
Actually, it appears to be a duplicate of |