• marko's avatar
    branches/zip: Implement resizeable buffer pool. · 2018ce35
    marko authored
    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.
    2018ce35
innodb.patch 1.32 KB