• marko's avatar
    branches/zip: Maintain a valid checksum for compressed-only pages kept in · 5a094438
    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.
    5a094438
buf0lru.c 34 KB