mariadb/buf
marko 2b0016ed44 branches/zip: buf_LRU_free_block(): Correct the logic for releasing
dirty uncompressed blocks.  Move the page_zip_validate() call to
a more appropriate place, buf_LRU_block_remove_hashed_page().

buf_LRU_block_remove_hashed_page(): Allow bpage->oldest_modification != 0
for uncompressed pages if there is a compressed page that will be preserved.
Release the mutexes before calling buf_print() and buf_LRU_print().

page_zip_validate(): Remove the assertion containing the
buf_frame_get_page_zip() call.  We might already be holding buf_pool->mutex.
2007-01-09 12:47:15 +00:00
..
buf0buddy.c branches/zip: buf_buddy_alloc_clean(): Restart the scan after a 2007-01-09 12:39:50 +00:00
buf0buf.c branches/zip: buf_page_t: Introduce the field in_flush_list #ifdef UNIV_DEBUG. 2007-01-09 12:35:42 +00:00
buf0flu.c branches/zip: buf_page_t: Introduce the field in_flush_list #ifdef UNIV_DEBUG. 2007-01-09 12:35:42 +00:00
buf0lru.c branches/zip: buf_LRU_free_block(): Correct the logic for releasing 2007-01-09 12:47:15 +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