mariadb/buf
marko 9b861942ac branches/zip: buf_LRU_search_and_free_block(): Do not try to preserve
compressed pages, because doing so would require a call to
buf_buddy_alloc(), which in turn can invoke buf_LRU_get_free_block()
and buf_LRU_search_and_free_block(), potentially infinite recursion.
2007-02-19 14:23:32 +00:00
..
buf0buddy.c branches/zip: buf_LRU_search_and_free_block(): Avoid freeing compressed-only 2007-02-16 09:22:50 +00:00
buf0buf.c branches/zip: buf_page_get_gen(): After allocating an uncompressed page for 2007-02-13 11:15:27 +00:00
buf0flu.c branches/zip: buf_page_t: Add the in_page_hash and in_zip_hash 2007-01-24 10:36:05 +00:00
buf0lru.c branches/zip: buf_LRU_search_and_free_block(): Do not try to preserve 2007-02-19 14:23:32 +00:00
buf0rea.c branches/zip: buf_page_init_for_read(): Do not allocate an uncompressed page 2007-02-08 12:03:03 +00:00
Makefile.am branches/zip: Merge revisions 1165:1206 from trunk. 2007-01-18 12:58:39 +00:00