mariadb/log
marko 6c8dfab1dc branches/zip: Replace most references to block->state, block->offset,
and block->space with buf_block_get_state(block), buf_block_get_page_no(block),
and buf_block_get_space(block).

enum buf_block_state: Replaces the #define'd buf_block_t.state values.

buf_block_get_state(): New function.

buf_block_get_frame(): Add __attribute__((const)).
2006-11-23 13:26:01 +00:00
..
log0log.c branches/zip: Prepare for buffer pool allocation in several chunks. 2006-10-30 15:15:19 +00:00
log0recv.c branches/zip: Replace most references to block->state, block->offset, 2006-11-23 13:26:01 +00:00
Makefile.am Import 5.0 code. 2005-10-27 07:29:40 +00:00