fix backup plus archivelog failure in oss mode

This commit is contained in:
oceanoverflow
2023-06-28 07:23:51 +00:00
committed by ob-robot
parent 121fd2457f
commit c36404f401
2 changed files with 22 additions and 7 deletions

View File

@ -714,6 +714,7 @@ private:
int copy_round_start_file(const BackupPieceFile &piece_file, const share::ObArchiveStore &src_store, const share::ObArchiveStore &dest_store);
// piece_start
int copy_piece_start_file(const BackupPieceFile &piece_file, const share::ObBackupDest &src, const share::ObBackupDest &dest);
int get_archive_backup_dest_(const ObBackupPathString &path, share::ObBackupDest &archive_dest);
private:
bool is_inited_;