1. 09 Feb, 2008 2 commits
    • Yoni Fogel's avatar
      Addresses #350 · 8f7507a8
      Yoni Fogel authored
      Restored the DUPSORT version of the tests for the lock txn test.
      
      git-svn-id: file:///svn/tokudb@2211 c7de825b-a66e-492c-adef-691d508d4ae1
      8f7507a8
    • Yoni Fogel's avatar
      Addresses #350 · 5fad7d0b
      Yoni Fogel authored
      DB->get, DB->pget, DBC->c_get, DBC->c_pget almost done.
      Remainder: associated dbs need DBC->c_del and DB->del to lock properly.
      Rest is done.
      
      Associated dbs (using any of the above calls) may get stuck half way due to locking.
      We are not currently optimizing for them, but it will lock everything necessary
      (Once DB->del and DB->c_del lock properly)
      
      Some tests are written, but not all of them.
      
      Currently test_db_txn_locks.c fails due to abort not working properly.
      
      
      git-svn-id: file:///svn/tokudb@2210 c7de825b-a66e-492c-adef-691d508d4ae1
      5fad7d0b
  2. 08 Feb, 2008 21 commits
  3. 07 Feb, 2008 7 commits
  4. 06 Feb, 2008 10 commits