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 · 5d1b6f98
      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
      5d1b6f98
    • Yoni Fogel's avatar
      Closes #912 · 941a2a24
      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
      941a2a24
    • Yoni Fogel's avatar
      Closes #914 · 62af9417
      Yoni Fogel authored
      git-svn-id: file:///svn/tokudb@4502 c7de825b-a66e-492c-adef-691d508d4ae1
      62af9417
    • Yoni Fogel's avatar
      Addresses #838 · fb18cbb2
      Yoni Fogel authored
      Added test_838 to tests that should fail.
      
      git-svn-id: file:///svn/tokudb@4501 c7de825b-a66e-492c-adef-691d508d4ae1
      fb18cbb2