1. 09 Feb, 2008 2 commits
    • Yoni Fogel's avatar
      Addresses #350 · 28b10cf0
      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
      28b10cf0
    • Yoni Fogel's avatar
      Addresses #350 · cad4477e
      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
      cad4477e
  2. 08 Feb, 2008 21 commits
  3. 07 Feb, 2008 7 commits
  4. 06 Feb, 2008 10 commits