mirror of
https://github.com/MariaDB/server.git
synced 2025-05-07 22:39:54 +02:00
![]() during mariabackup --prepare Reason: ====== During --prepare of partial backup, if InnoDB encounters the redo log for the excluded tablespace then InnoDB stores the space id in dirty tablespace list during recovery, anticipates that it may encounter FILE_* redo log records in the future. Even though we encounter FILE_* record for the partial excluded tablespace then we fail to replace the name in dirty tablespace list. This lead to missing of FILE_* redo log records error. Solution: ======== fil_name_process(): Rename the file name from "" to name encountered during FILE_* record recv_init_missing_space(): Correct the condition to print the warning message of missing tablespace during mariabackup restore process. |
||
---|---|---|
.. | ||
log0crypt.cc | ||
log0log.cc | ||
log0recv.cc | ||
log0sync.cc | ||
log0sync.h |