mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
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.
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
--source include/have_aria.inc
|
||||
--source include/innodb_page_size.inc
|
||||
--source include/innodb_undo_tablespaces.inc
|
||||
|
||||
# see suite.pm "check for exact values, in case the default changes to be small everywhere"
|
||||
if (`select @@max_binlog_stmt_cache_size = 4294963200 and @@innodb_page_size = 65536`) {
|
||||
|
Reference in New Issue
Block a user