mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 02:05:57 +01:00
MDEV-17168 mariabackup reports "failed to open bitmap directory"
MariaDB does not support changed page tracking, since 10.2. Remove bitmap initialization
This commit is contained in:
parent
c8bb43a938
commit
c3124174c3
1 changed files with 0 additions and 13 deletions
|
@ -4257,19 +4257,6 @@ fail_before_log_copying_thread_start:
|
|||
}
|
||||
debug_sync_point("xtrabackup_suspend_at_start");
|
||||
|
||||
if (xtrabackup_incremental) {
|
||||
if (!xtrabackup_incremental_force_scan) {
|
||||
changed_page_bitmap = xb_page_bitmap_init();
|
||||
}
|
||||
if (!changed_page_bitmap) {
|
||||
msg("mariabackup: using the full scan for incremental "
|
||||
"backup\n");
|
||||
} else if (incremental_lsn != checkpoint_lsn_start) {
|
||||
/* Do not print that bitmaps are used when dummy bitmap
|
||||
is build for an empty LSN range. */
|
||||
msg("mariabackup: using the changed page bitmap\n");
|
||||
}
|
||||
}
|
||||
|
||||
ut_a(xtrabackup_parallel > 0);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue