1. 26 May, 2009 1 commit
  2. 25 May, 2009 10 commits
  3. 21 May, 2009 1 commit
  4. 20 May, 2009 18 commits
  5. 19 May, 2009 9 commits
  6. 18 May, 2009 1 commit
    • marko's avatar
      branches/zip: When executing an optimistic update by delete-and-insert, · a15f8bec
      marko authored
      correctly estimate the free space on the compressed page by
      page_zip_available(..., create=TRUE). This was reported as Issue #231.
      
      btr_cur_update_alloc_zip(): Add the parameter ibool create and pass it
      to page_zip_available(). The parameter was previously passed as 0.
      
      btr_cur_optimistic_update(): Pass create=TRUE to btr_cur_update_alloc_zip().
      
      rb://120 approved by Heikki Tuuri
      a15f8bec