1. 04 Dec, 2006 1 commit
  2. 30 Nov, 2006 9 commits
  3. 29 Nov, 2006 2 commits
  4. 28 Nov, 2006 3 commits
  5. 27 Nov, 2006 2 commits
  6. 24 Nov, 2006 6 commits
  7. 23 Nov, 2006 5 commits
  8. 22 Nov, 2006 1 commit
  9. 21 Nov, 2006 4 commits
  10. 16 Nov, 2006 5 commits
  11. 15 Nov, 2006 2 commits
    • marko's avatar
      btr_store_big_rec_extern_fields(): Write the (space_id, page_no) of the · 60e9ce2f
      marko authored
      record on every compressed BLOB page header, so that compressed BLOBs
      can be relocated or the chain of BLOB pages can be validated.
      60e9ce2f
    • marko's avatar
      branches/zip: Improve the shrinking of the buffer pool. · e2c305f3
      marko authored
      buf_LRU_block_free_non_file_page(): Deallocate block->page_zip.data
      to avoid ut_a(!block->page_zip.data) in buf_chunk_free().
      
      buf_chunk_free(): Add the assertion ut_a(!block->in_LRU_list).
      
      buf_pool_resize(): When shrinking the buffer pool and there are
      non-free blocks in the candidate chunk, free the clean blocks
      and move the dirty blocks to the end of the LRU list and request a flush.
      Proceed if the chunk becomes free, and retry otherwise.
      e2c305f3