• Marko Mäkelä's avatar
    MDEV-18025: Detect corrupted innodb_page_compression=zlib pages · ed36fc35
    Marko Mäkelä authored
    In MDEV-13103, I made a mistake in the error handling of
    page_compressed=1 decryption when the default
    innodb_compression_algorithm=zlib is used.
    Due to this mistake, with certain versions of zlib,
    MariaDB would fail to detect a corrupted page.
    
    The problem was uncovered by the following tests:
    mariabackup.unencrypted_page_compressed
    mariabackup.encrypted_page_compressed
    ed36fc35
fil0pagecompress.cc 11.2 KB