1. 18 Nov, 2005 1 commit
  2. 15 Nov, 2005 1 commit
  3. 14 Nov, 2005 2 commits
    • marko's avatar
      branches/zip: Minor improvements. · b0b49363
      marko authored
      page_dir_slot_set_n_owned(): Check page_zip_available().
      page_dir_add_slots(): Add parameter page_zip.
      btr_attach_half_pages(): Add parameter page_zip.
      btr_node_ptr_set_child_page_no(): Add parameter page_zip.
      Make comments about page_zip modification log usage more accurate.
      b0b49363
    • marko's avatar
      branches/zip: Minor improvements. · 2f435d29
      marko authored
      page_dir_set_n_slots(): Add debug assertion that there will be enough space
      available in the modification log of the compressed page.
      page_trailer_get_len(): Simplify the formula.  Make more use of the function.
      2f435d29
  4. 11 Nov, 2005 2 commits
    • marko's avatar
      branches/zip: Minor improvements. · d8f576e7
      marko authored
      page_set_max_trx_id(), page_update_max_trx_id(): Add parameter page_zip.
      
      Check that page_zip_decompress() is never called after modifying the
      header or trailer of the compressed page, i.e., that page_zip_decompress()
      will restore the uncompressed page as it was before the failed operation.
      d8f576e7
    • marko's avatar
      branches/zip: Restore left b-tree splits. · 83539afa
      marko authored
      page_move_rec_list_start(): Restored.  Reorganize old page if compressed.
      btr_page_split_and_insert(): Do left page splits.
      83539afa
  5. 10 Nov, 2005 1 commit
    • marko's avatar
      branches/zip: · 3bf12fb4
      marko authored
      buf_flush_buffered_writes(): Remove bogus assertion failure.
      3bf12fb4
  6. 09 Nov, 2005 1 commit
    • marko's avatar
      branches/zip: Bug fixes and improvements. · 61f21148
      marko authored
      page_header_reset_last_insert(): Add page_zip parameter.
      rec_get_next_ptr(): Return a pointer to the same page, or NULL.
      page_dir_delete_slot(): Fix off-by-one errors.
      61f21148
  7. 07 Nov, 2005 1 commit
    • marko's avatar
      branches/zip: · 18f8313a
      marko authored
      Fix some (not all) bugs found by testing.
      18f8313a
  8. 04 Nov, 2005 2 commits
    • marko's avatar
      branches/zip: · 5ec88a30
      marko authored
      Fix bugs found during testing.
      5ec88a30
    • marko's avatar
      branches/zip: · dbfea3e9
      marko authored
      Add page_zip parameter to page_dir_slot_set_rec().
      Improve the documentation of the page_zip parameters in page0page.
      Add function page_trailer_get_len().
      dbfea3e9
  9. 02 Nov, 2005 1 commit
    • marko's avatar
      branches/zip: · 9e21c7fe
      marko authored
      Slightly improve error handling.
      9e21c7fe
  10. 28 Oct, 2005 1 commit
    • marko's avatar
      branches/zip: · 1d5d3f2c
      marko authored
      Implement page_zip_write_header().
      Add page_zip parameter to btr_page_set_ functions.
      Allow page_copy_rec_list_end() to be called with invalid new_page_zip
      if the page has been newly created.
      1d5d3f2c
  11. 27 Oct, 2005 6 commits