mariadb/buf
marko e8d77f6d5a branches/zip: Maintain a valid checksum for compressed-only pages kept in
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.
2007-01-08 17:08:57 +00:00
..
buf0buddy.c branches/zip: buf_pool_page_hash_rebuild(): Rebuild also buf_pool->zip_hash 2007-01-05 10:49:56 +00:00
buf0buf.c branches/zip: Maintain a valid checksum for compressed-only pages kept in 2007-01-08 17:08:57 +00:00
buf0flu.c buf_flush_validate_low(): Minor cleanup. 2007-01-03 15:55:36 +00:00
buf0lru.c branches/zip: Maintain a valid checksum for compressed-only pages kept in 2007-01-08 17:08:57 +00:00
buf0rea.c branches/zip: Move the fields related to the least-recently-used algorithm 2006-11-30 12:27:49 +00:00
Makefile.am branches/zip: Add the first bits of the binary buddy system for allocating 2006-12-07 13:29:04 +00:00