mariadb/log
marko 91b16c3c56 branches/zip: Prepare for buffer pool allocation in several chunks.
buf_pool_t: Remove n_frames, max_size, and blocks_of_frames.
The current buffer pool size is in curr_size.

buf_pool_init(): Remove parameter max_size.

buf_pool_get_max_size(), buf_pool_is_block(): Remove.

buf_block_align(): Do not assume that the buffer pool is allocated
in one chunk.  Replace dependency on buf_pool->blocks_of_frames
with a call to buf_page_hash_get().
2006-10-30 15:15:19 +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: Prepare for buffer pool allocation in several chunks. 2006-10-30 15:15:19 +00:00
Makefile.am Import 5.0 code. 2005-10-27 07:29:40 +00:00