An error occurred fetching the project authors.
- 16 Jul, 2008 1 commit
-
-
Yoni Fogel authored
Merge branch 993 back into main. git-svn-id: file:///svn/tokudb@5141 c7de825b-a66e-492c-adef-691d508d4ae1
-
- 08 Mar, 2008 1 commit
-
-
Bradley C. Kuszmaul authored
git-svn-id: file:///svn/tokudb@2643 c7de825b-a66e-492c-adef-691d508d4ae1
-
- 14 Feb, 2008 1 commit
-
-
Vincenzo Liberatore authored
Separates out error handling and ephemeral locking. However, it fails a few tests. git-svn-id: file:///svn/tokudb@2295 c7de825b-a66e-492c-adef-691d508d4ae1
-
- 13 Feb, 2008 1 commit
-
-
Yoni Fogel authored
git-svn-id: file:///svn/tokudb@2283 c7de825b-a66e-492c-adef-691d508d4ae1
-
- 12 Feb, 2008 1 commit
-
-
Vincenzo Liberatore authored
Tests on more c_get flags ... git-svn-id: file:///svn/tokudb@2275 c7de825b-a66e-492c-adef-691d508d4ae1
-
- 09 Feb, 2008 2 commits
-
-
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
-
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
-
- 08 Feb, 2008 2 commits
-
-
Yoni Fogel authored
Fixed some bugs in test_db_txn_locks to port it over to BDB. git-svn-id: file:///svn/tokudb@2192 c7de825b-a66e-492c-adef-691d508d4ae1
-
Yoni Fogel authored
Bugfix with releasing locks/unlocking a transaction. DBC->c_get (DB_SET) and DB->put (DB_YESOVERWRITE) now perform locking Secondary dbs not included (behavior unknown). Several tests added for c_get (DB_SET) and DB->put(DB_YESOVERWRITE). Lock tree only created if INIT_TXN is enabled during env creation. git-svn-id: file:///svn/tokudb@2191 c7de825b-a66e-492c-adef-691d508d4ae1
-