xtrabackup 2.4 doesn't check the log block checksums

Bug #1633448 reported by Sergei Glushchenko
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Percona XtraBackup moved to https://jira.percona.com/projects/PXB
Status tracked in 2.4
2.3
Invalid
Undecided
Unassigned
2.4
Fix Released
High
Sergei Glushchenko

Bug Description

In xtrabackup_scan_log_recs:

  ibool checksum_is_ok = true;
   log_block_checksum_is_ok(log_block);

for 2.3 it was:

  ibool checksum_is_ok =
   log_block_checksum_is_ok_or_old_format(log_block);

looks like merge regression

affects: percona-server → percona-xtrabackup
summary: - xtrabackup 2.4 seems doesn't check the log block checksums
+ xtrabackup 2.4 doesn't check the log block checksums
Revision history for this message
Sergei Glushchenko (sergei.glushchenko) wrote :
Revision history for this message
Shahriyar Rzayev (rzayev-sehriyar) wrote :

Percona now uses JIRA for bug reports so this bug report is migrated to: https://jira.percona.com/browse/PXB-485

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.