mariadb/log
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
..
log0log.c branches/zip: Rename ut_ulonglong_align_down() and ut_ulonglong_align_up() 2006-11-30 09:23:47 +00:00
log0recv.c branches/zip: Make use of the previously unused state BUF_BLOCK_MEMORY. 2006-12-13 14:58:54 +00:00
Makefile.am Import 5.0 code. 2005-10-27 07:29:40 +00:00