1. 30 Nov, 2006 7 commits
  2. 29 Nov, 2006 2 commits
  3. 28 Nov, 2006 3 commits
  4. 27 Nov, 2006 2 commits
  5. 24 Nov, 2006 6 commits
  6. 23 Nov, 2006 5 commits
  7. 22 Nov, 2006 1 commit
  8. 21 Nov, 2006 4 commits
  9. 16 Nov, 2006 5 commits
  10. 15 Nov, 2006 3 commits
  11. 14 Nov, 2006 2 commits
    • marko's avatar
      branches/zip: Implement resizeable buffer pool. · 879b1fd7
      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.
      879b1fd7
    • marko's avatar
      branches/zip: Correct a bug introduced in r1014: Always assign node->block · e3893c65
      marko authored
      when assigning node->data.
      
      ha_delete(), ha_search_and_delete_if_found(), ha_remove_all_nodes_to_page():
      Remove the parameter buf_block_t* block, now that it is stored within the
      hash data structure in debug builds.
      e3893c65