• marko's avatar
    branches/zip: Maintain a valid checksum for compressed-only pages kept in · e8d77f6d
    marko authored
    the buffer pool.
    
    buf_LRU_free_block(): When preserving the compressed page, compute the
    checksum.  Also assert page_zip_validate().
    
    buf_zip_decompress(): Add parameter "check" for enabling checksum tests.
    Before decompressing a compressed-only page from the buffer pool, verify
    the compressed page checksum.
    e8d77f6d
buf0buf.c 82.8 KB