mariadb/buf
marko 879b1fd73d branches/zip: Implement resizeable buffer pool.
mysql.patch: Patch to change or add variables to MySQL

innodb.patch: Patch to make the master thread poll requests to resize
the buffer pool.

Replace srv_pool_size and innobase_buffer_pool_size
with srv_buf_pool_size, srv_buf_pool_old_size,
and srv_buf_pool_curr_size.

Add buf_chunk_t, a collection of buf_block_t.
2006-11-14 14:27:26 +00:00
..
buf0buf.c branches/zip: Implement resizeable buffer pool. 2006-11-14 14:27:26 +00:00
buf0flu.c branches/zip: Merge revisions 968:1009 from trunk. 2006-11-10 11:15:59 +00:00
buf0lru.c branches/zip: buf_LRU_block_free_non_file_page(), 2006-11-13 09:55:31 +00:00
buf0rea.c branches/zip: Remove many fil_space_get_zip_size() calls. 2006-10-19 11:07:50 +00:00
Makefile.am Import 5.0 code. 2005-10-27 07:29:40 +00:00