mariadb/buf
marko cb530ba3e7 branches/zip: Make use of the previously unused state BUF_BLOCK_MEMORY.
buf_LRU_get_free_block(): Document that the block is in the state
BUF_BLOCK_READY_FOR_USE.

buf_block_alloc(): Change the state of the block to BUF_BLOCK_MEMORY
and document it.

Replace those invocations of buf_block_alloc() with
buf_LRU_get_free_block() where the allocated block is used for buffer
pool input and output.  However, temporary copies of B-tree pages
during reorganization are not used for file I/O, and such blocks are
still allocated with buf_block_alloc().
2006-12-13 14:58:54 +00:00
..
buf0buddy.c branches/zip: Make use of the previously unused state BUF_BLOCK_MEMORY. 2006-12-13 14:58:54 +00:00
buf0buf.c branches/zip: Make use of the previously unused state BUF_BLOCK_MEMORY. 2006-12-13 14:58:54 +00:00
buf0flu.c branches/zip: buf_page_t: Rename free_or_flush_list to list 2006-12-05 12:31:38 +00:00
buf0lru.c branches/zip: Make use of the previously unused state BUF_BLOCK_MEMORY. 2006-12-13 14:58:54 +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