fix typo in ob_backup_ctx.h (#1731)

This commit is contained in:
lyq10085
2023-12-07 10:44:04 +08:00
committed by GitHub
parent ce2285213f
commit da48f46e92

View File

@ -180,7 +180,7 @@ private:
int write_meta_index_list_(const common::ObIArray<ObBackupMetaIndex> &index_list); int write_meta_index_list_(const common::ObIArray<ObBackupMetaIndex> &index_list);
template <class IndexType> template <class IndexType>
int write_index_list_(const ObBackupBlockType &index_type, const common::ObIArray<IndexType> &index_list); int write_index_list_(const ObBackupBlockType &index_type, const common::ObIArray<IndexType> &index_list);
int build_common_header_(const ObBackupBlockType &block_type, const int64_t data_length, const int64_t align_lenght, int build_common_header_(const ObBackupBlockType &block_type, const int64_t data_length, const int64_t align_length,
share::ObBackupCommonHeader *&common_header); share::ObBackupCommonHeader *&common_header);
int write_data_align_( int write_data_align_(
const blocksstable::ObBufferReader &buffer, const ObBackupBlockType &block_type, const int64_t alignment); const blocksstable::ObBufferReader &buffer, const ObBackupBlockType &block_type, const int64_t alignment);