1. 07 Dec, 2006 5 commits
  2. 05 Dec, 2006 2 commits
  3. 04 Dec, 2006 3 commits
  4. 30 Nov, 2006 9 commits
  5. 29 Nov, 2006 2 commits
  6. 28 Nov, 2006 3 commits
  7. 27 Nov, 2006 2 commits
  8. 24 Nov, 2006 6 commits
  9. 23 Nov, 2006 5 commits
  10. 22 Nov, 2006 1 commit
  11. 21 Nov, 2006 2 commits
    • marko's avatar
      branches/zip: Rebuild buf_pool->page_hash after resizing the buffer pool. · 95cd37e2
      marko authored
      buf_pool_page_hash_rebuild(): New function.
      95cd37e2
    • marko's avatar
      branches/zip: When shrinking the buffer pool, disable and purge the adaptive · 97c15d9f
      marko authored
      hash index, because it might occupy the chunk we would like to free.
      
      TODO: In btr_search_check_free_space_in_heap(), release the block if
      btr_search_latch is not immediately available.
      
      buf_pool_shrink(): Split from buf_pool_resize().
      
      btr_search_disabled: New variable, similar to srv_use_adaptive_hash_indexes
      that was removed earlier.
      
      btr_search_disable(): New function: disable and purge the adaptive hash index.
      
      btr_search_enable(): New function: enable the adaptive hash index.
      
      ha_clear(): New function: Empty a hash table and free the memory heaps.
      97c15d9f