diff options
author | Thirunarayanan Balathandayuthapani <thiru@mariadb.com> | 2022-12-02 11:54:35 +0530 |
---|---|---|
committer | Thirunarayanan Balathandayuthapani <thiru@mariadb.com> | 2022-12-02 15:48:37 +0530 |
commit | dd20a43c6cb59a2ba69124cf51e22e08ca16f858 (patch) | |
tree | e3e43f6707a53666cf19078b5d9e92b58efae00e /mysys | |
parent | 7487c313bc1d6ce1a525002745105bd076f4fcba (diff) | |
download | mariadb-git-dd20a43c6cb59a2ba69124cf51e22e08ca16f858.tar.gz |
MDEV-30114 Incremental prepare fails when innodb_undo_tablespaces > 0
- Mariabackup fails to open the undo tablespaces while applying delta
files to the corresponding data file. Mariabackup opens the
undo tablespaces first time in srv_undo_tablespaces_init() and does
tries to open the undo tablespaces in xtrabackup_apply_deltas() with
conflicting mode and leads to the failure.
- Mariabackup should close the undo tablespaces before applying
the incremental delta files.
Diffstat (limited to 'mysys')
0 files changed, 0 insertions, 0 deletions