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 /mysql-test/suite/mariabackup/incremental_encrypted.test | |
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 'mysql-test/suite/mariabackup/incremental_encrypted.test')
-rw-r--r-- | mysql-test/suite/mariabackup/incremental_encrypted.test | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/suite/mariabackup/incremental_encrypted.test b/mysql-test/suite/mariabackup/incremental_encrypted.test index e618ac4f79e..d5570f20006 100644 --- a/mysql-test/suite/mariabackup/incremental_encrypted.test +++ b/mysql-test/suite/mariabackup/incremental_encrypted.test @@ -1,4 +1,5 @@ --source include/innodb_page_size.inc +--source include/innodb_undo_tablespaces.inc if (!$EXAMPLE_KEY_MANAGEMENT_SO) { |