[MDEV-33222] system versioned row_start > row_end prevents inserting mariadb-dump file Created: 2024-01-11 Updated: 2024-01-12 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Versioned Tables |
| Affects Version/s: | 10.11.4, 10.11.6 |
| Fix Version/s: | 10.11 |
| Type: | Bug | Priority: | Major |
| Reporter: | Zoltan Tutto | Assignee: | Aleksey Midenkov |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Environment: |
10.11.4-MariaDB-1:10.11.4+maria~deb11 (mariadb.org binary distribution) |
||
| Attachments: |
|
| Description |
|
The insert of mariadb-dump sql file ends up with error because ROW_START > ROW_END in some records. The dump created on 10.11.4 and import is performed on 10.11.6 server versions.
(see the attached text file as well). The main issue with it is the requirement for dump sql file editing before import. |