mariadb/dict
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
..
dict0boot.c branches/zip: Reduce the number of buf_block_align() calls. 2006-10-12 11:05:22 +00:00
dict0crea.c branches/zip: Port r973 from trunk. 2006-10-30 13:44:00 +00:00
dict0dict.c branches/zip: Prepare for buffer pool allocation in several chunks. 2006-10-30 15:15:19 +00:00
dict0load.c branches/zip: dict_load_table(): Note that dict_sys_tables_get_zip_size() 2006-10-27 13:12:47 +00:00
dict0mem.c branches/zip: Remove the casts introduced in r920 and r925. Replace the 2006-10-19 07:27:26 +00:00
Makefile.am Import 5.0 code. 2005-10-27 07:29:40 +00:00