1. 18 Nov, 2005 2 commits
  2. 15 Nov, 2005 1 commit
  3. 14 Nov, 2005 2 commits
    • marko's avatar
      branches/zip: Minor improvements. · 8f9d2a76
      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.
      8f9d2a76
    • marko's avatar
      branches/zip: Minor improvements. · 7a696ebf
      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.
      7a696ebf
  4. 11 Nov, 2005 2 commits
    • marko's avatar
      branches/zip: Minor improvements. · a6fe621c
      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.
      a6fe621c
    • marko's avatar
      branches/zip: Restore left b-tree splits. · d4231b11
      marko authored
      page_move_rec_list_start(): Restored.  Reorganize old page if compressed.
      btr_page_split_and_insert(): Do left page splits.
      d4231b11
  5. 10 Nov, 2005 1 commit
    • marko's avatar
      branches/zip: · 69305625
      marko authored
      buf_flush_buffered_writes(): Remove bogus assertion failure.
      69305625
  6. 09 Nov, 2005 1 commit
    • marko's avatar
      branches/zip: Bug fixes and improvements. · 6ff00e1d
      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.
      6ff00e1d
  7. 07 Nov, 2005 1 commit
    • marko's avatar
      branches/zip: · 94d42b04
      marko authored
      Fix some (not all) bugs found by testing.
      94d42b04
  8. 04 Nov, 2005 2 commits
    • marko's avatar
      branches/zip: · 1fe2afd3
      marko authored
      Fix bugs found during testing.
      1fe2afd3
    • marko's avatar
      branches/zip: · edff1526
      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().
      edff1526
  9. 02 Nov, 2005 1 commit
    • marko's avatar
      branches/zip: · 7de5fd6d
      marko authored
      Slightly improve error handling.
      7de5fd6d
  10. 28 Oct, 2005 1 commit
    • marko's avatar
      branches/zip: · 3ba94cbe
      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.
      3ba94cbe
  11. 27 Oct, 2005 6 commits