[MDEV-28254] Wrong position for row_start, row_end after adding column to implicit versioned table Created: 2022-04-07 Updated: 2022-04-22 Resolved: 2022-04-22 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Replication, Scripts & Clients, Versioned Tables |
| Affects Version/s: | 10.3, 10.4, 10.5 |
| Fix Version/s: | 10.3.35, 10.4.25, 10.5.16, 10.6.8, 10.7.4, 10.8.3 |
| Type: | Bug | Priority: | Major |
| Reporter: | Andrea Ponzo (Inactive) | Assignee: | Aleksey Midenkov |
| Resolution: | Fixed | Votes: | 1 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
After adding new column on a SYSTEM VERSIONED Table, the column positions for row_start and rows_end are not updated. Here the use case:
When we are going to create a Replica server from logical dump
performing new INSERT we are facing this error:
Also checking the FRM file we can have the evidence that the order columns is different.
|
| Comments |
| Comment by Aleksey Midenkov [ 2022-04-18 ] |
|
Please review bb-10.3-midenok |