[MDEV-30122] mariabackup.skip_innodb crashes when innodb_undo_tablespaces > 0 Created: 2022-11-29 Updated: 2023-11-23 Resolved: 2022-11-29 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - InnoDB |
| Affects Version/s: | 10.11.1 |
| Fix Version/s: | 10.11.2 |
| Type: | Bug | Priority: | Blocker |
| Reporter: | Thirunarayanan Balathandayuthapani | Assignee: | Thirunarayanan Balathandayuthapani |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | regression-10.11 | ||
| Issue Links: |
|
||||||||||||||||
| Description |
|
mariabackup.skip_innodb fails when innodb_undo_tablespaces > 0. Basically, mariabackup doesn't pick up the innodb_undo_tablespaces from .cnf and removal of xb_assign_undo_id_start() fails to set srv_undo_start_space_id. So this leads to |
| Comments |
| Comment by Marko Mäkelä [ 2022-11-29 ] |
|
OK to push. |