Skip to content

Commit

Permalink
Merge pull request percona#1536 from LI8023NING/patch-1
Browse files Browse the repository at this point in the history
fix:Backup using xtrabackup 8.0.30, and then prepare using xtrabackup…
  • Loading branch information
satya-bodapati authored May 28, 2024
2 parents 5367b09 + 784a512 commit ec3e92e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storage/innobase/include/log0files_io.h
Original file line number Diff line number Diff line change
Expand Up @@ -567,7 +567,7 @@ inline uint32_t log_block_convert_lsn_to_hdr_no(lsn_t lsn) {
@param[in] header_num log_block_number
@param[in] start_lsn the current start_LSN set in system
@return LSN number */
inline lsn_t log_block_convert_hdr_to_lsn_no(uint32_t header_num,
inline lsn_t log_block_convert_hdr_to_lsn_no(uint64_t header_num,
lsn_t start_lsn) {
ut_ad(header_num <= LOG_BLOCK_MAX_NO);

Expand Down

0 comments on commit ec3e92e

Please sign in to comment.