mariadb/buf
marko 8b00501bea branches/zip: Clarify that buf_buddy_alloc() should only be used for
allocating compressed page frames or their control blocks.  Also note
that if buf_buddy_alloc() is used for allocating a control block,
it must be initialized before releasing buf_pool->mutex.

buf_page_init_for_read(): When the page hash check fails after
buf_buddy_alloc(), free the uninitialized control block before freeing
the compressed page frame.  This fixes a potential error in
buf_buddy_relocate_block().
2007-12-12 14:12:52 +00:00
..
buf0buddy.c branches/zip: Clarify that buf_buddy_alloc() should only be used for 2007-12-12 14:12:52 +00:00
buf0buf.c branches/zip: Clarify that buf_buddy_alloc() should only be used for 2007-12-12 14:12:52 +00:00
buf0flu.c branches/zip: Split UNIV_IBUF_COUNT_DEBUG from UNIV_IBUF_DEBUG. 2007-02-27 11:56:38 +00:00
buf0lru.c branches/zip: buf_buddy_alloc(): Assign *lru = TRUE whenever the buffer pool 2007-12-10 09:48:28 +00:00
buf0rea.c branches/zip: When reading pages for merging buffered inserts, request that 2007-05-06 13:21:59 +00:00