1. 24 Jun, 2008 6 commits
  2. 23 Jun, 2008 3 commits
  3. 20 Jun, 2008 1 commit
  4. 19 Jun, 2008 2 commits
  5. 18 Jun, 2008 8 commits
  6. 17 Jun, 2008 7 commits
  7. 16 Jun, 2008 2 commits
  8. 15 Jun, 2008 4 commits
  9. 14 Jun, 2008 1 commit
  10. 13 Jun, 2008 2 commits
  11. 12 Jun, 2008 4 commits
    • Yoni Fogel's avatar
      Addresses #912 · b4b9748d
      Yoni Fogel authored
      Use ybt->size field if ybt->ulen field is unset (for DB_DBT_REALLOC).
      
      git-svn-id: file:///svn/tokudb@4505 c7de825b-a66e-492c-adef-691d508d4ae1
      b4b9748d
    • Yoni Fogel's avatar
      Closes #912 · acf688ef
      Yoni Fogel authored
      toku_db_set_* (the dbt setting functions)
      no longer require atomicity for ENOMEM cases.
      Also, in the case of realloc, we only alloc new memory if
      the new size is larger than the old size, or the new size is less than
      half of the old size.
      
      Code has some simplifications due to lesser atomicity requirements.
      
      Modified src/tests/test_db_dbt_mem_behavior.c to take into account
      that DB_DBT_REALLOC now uses the ulen field.
      
      git-svn-id: file:///svn/tokudb@4504 c7de825b-a66e-492c-adef-691d508d4ae1
      acf688ef
    • Yoni Fogel's avatar
      Closes #914 · fe3cd46d
      Yoni Fogel authored
      git-svn-id: file:///svn/tokudb@4502 c7de825b-a66e-492c-adef-691d508d4ae1
      fe3cd46d
    • Yoni Fogel's avatar
      Addresses #838 · 19b775ea
      Yoni Fogel authored
      Added test_838 to tests that should fail.
      
      git-svn-id: file:///svn/tokudb@4501 c7de825b-a66e-492c-adef-691d508d4ae1
      19b775ea