Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.1.22, 10.3.0, 10.2.9, 10.4.0
Description
Even with the MDEV-12112 fix, Mariabackup seems to fail to verify the pages of page_compressed=1 tables. The reason is that both fil_space_verify_crypt_checksum() and buf_page_is_corrupted() will skip the validation for such pages. We should call fil_page_decompress(), similar to the one that is performed in buf_dblwr_process().
Attachments
Issue Links
- causes
-
MDEV-34772 Overuse of big stackvariables results in stackoverflows
- Stalled
- relates to
-
MDEV-12112 corruption in encrypted table may be overlooked
- Closed
-
MDEV-13542 Crashing on a corrupted page is unhelpful
- Closed
-
MDEV-17638 Improve error message about corruption of encrypted page
- Closed
-
MDEV-18653 mariabackup.unencrypted_page_compressed failed in buildbot with wrong error
- Open