- 25 Feb, 2008 5 commits
-
-
Bradley C. Kuszmaul authored
git-svn-id: file:///svn/tokudb@2410 c7de825b-a66e-492c-adef-691d508d4ae1
-
Bradley C. Kuszmaul authored
git-svn-id: file:///svn/tokudb@2409 c7de825b-a66e-492c-adef-691d508d4ae1
-
Bradley C. Kuszmaul authored
git-svn-id: file:///svn/tokudb@2408 c7de825b-a66e-492c-adef-691d508d4ae1
-
Bradley C. Kuszmaul authored
git-svn-id: file:///svn/tokudb@2407 c7de825b-a66e-492c-adef-691d508d4ae1
-
Bradley C. Kuszmaul authored
Make txn->abort work without bombing out for {{{test_txn_abort5}}} one case. Fixes #431. Start writing {{{test_txn_abort6}}}. Addresses #443. Try to write a test for #399 and #400, but haven't managed to reproduce the problem. Addresses #399, #400. Write a test for #332. Addresses #332. git-svn-id: file:///svn/tokudb@2406 c7de825b-a66e-492c-adef-691d508d4ae1
-
- 22 Feb, 2008 2 commits
-
-
Rich Prohaska authored
git-svn-id: file:///svn/tokudb@2379 c7de825b-a66e-492c-adef-691d508d4ae1
-
Rich Prohaska authored
git-svn-id: file:///svn/tokudb@2373 c7de825b-a66e-492c-adef-691d508d4ae1
-
- 21 Feb, 2008 3 commits
-
-
Rich Prohaska authored
git-svn-id: file:///svn/tokudb@2371 c7de825b-a66e-492c-adef-691d508d4ae1
-
Rich Prohaska authored
git-svn-id: file:///svn/tokudb@2370 c7de825b-a66e-492c-adef-691d508d4ae1
-
Rich Prohaska authored
git-svn-id: file:///svn/tokudb@2368 c7de825b-a66e-492c-adef-691d508d4ae1
-
- 20 Feb, 2008 1 commit
-
-
Yoni Fogel authored
Fixed test_00010_parameter_errors.c git-svn-id: file:///svn/tokudb@2360 c7de825b-a66e-492c-adef-691d508d4ae1
-
- 19 Feb, 2008 3 commits
-
-
Rich Prohaska authored
git-svn-id: file:///svn/tokudb@2351 c7de825b-a66e-492c-adef-691d508d4ae1
-
Rich Prohaska authored
git-svn-id: file:///svn/tokudb@2349 c7de825b-a66e-492c-adef-691d508d4ae1
-
Rich Prohaska authored
git-svn-id: file:///svn/tokudb@2343 c7de825b-a66e-492c-adef-691d508d4ae1
-
- 18 Feb, 2008 3 commits
-
-
Vincenzo Liberatore authored
git-svn-id: file:///svn/tokudb@2336 c7de825b-a66e-492c-adef-691d508d4ae1
-
Yoni Fogel authored
git-svn-id: file:///svn/tokudb@2331 c7de825b-a66e-492c-adef-691d508d4ae1
-
Yoni Fogel authored
git-svn-id: file:///svn/tokudb@2330 c7de825b-a66e-492c-adef-691d508d4ae1
-
- 16 Feb, 2008 1 commit
-
-
Rich Prohaska authored
git-svn-id: file:///svn/tokudb@2317 c7de825b-a66e-492c-adef-691d508d4ae1
-
- 15 Feb, 2008 5 commits
-
-
Vincenzo Liberatore authored
Restore comments in lock tree. git-svn-id: file:///svn/tokudb@2310 c7de825b-a66e-492c-adef-691d508d4ae1
-
Vincenzo Liberatore authored
Refactored error handling to work with C++ API. Modify Makefile to avoid repeating all tests. git-svn-id: file:///svn/tokudb@2309 c7de825b-a66e-492c-adef-691d508d4ae1
-
Vincenzo Liberatore authored
Propagate refactored error handling to C++ API. git-svn-id: file:///svn/tokudb@2308 c7de825b-a66e-492c-adef-691d508d4ae1
-
Rich Prohaska authored
git-svn-id: file:///svn/tokudb@2307 c7de825b-a66e-492c-adef-691d508d4ae1
-
Vincenzo Liberatore authored
Port Makefile to OSX. Reduce non-verbose output. Added completion echo for targets. git-svn-id: file:///svn/tokudb@2306 c7de825b-a66e-492c-adef-691d508d4ae1
-
- 14 Feb, 2008 5 commits
-
-
Vincenzo Liberatore authored
Adds new functions for ephemeral locking and error handling. git-svn-id: file:///svn/tokudb@2296 c7de825b-a66e-492c-adef-691d508d4ae1
-
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
-
Bradley C. Kuszmaul authored
git-svn-id: file:///svn/tokudb@2294 c7de825b-a66e-492c-adef-691d508d4ae1
-
Rich Prohaska authored
git-svn-id: file:///svn/tokudb@2293 c7de825b-a66e-492c-adef-691d508d4ae1
-
Rich Prohaska authored
git-svn-id: file:///svn/tokudb@2285 c7de825b-a66e-492c-adef-691d508d4ae1
-
- 13 Feb, 2008 3 commits
-
-
Yoni Fogel authored
Partial implementation of nested transactions for locking purposes. The actual txn (child/grandchild/etc) does all the work, but for locking purposes we only use the parent (oldest ancestor). This should work as expected (with possibly some extra lock overhead) as long as no node has two active (non-aborted non-committed) children simultaneously. If a node has two children, they are supposed to be able to conflict with each other (and deadlock/etc). We are not providing this conflict behavior between siblings. We do support arbitrarily deep nested txns, so long as it is a linked list instead of a general tree. git-svn-id: file:///svn/tokudb@2284 c7de825b-a66e-492c-adef-691d508d4ae1
-
Yoni Fogel authored
git-svn-id: file:///svn/tokudb@2283 c7de825b-a66e-492c-adef-691d508d4ae1
-
Vincenzo Liberatore authored
Completes the documentation of locktree. git-svn-id: file:///svn/tokudb@2282 c7de825b-a66e-492c-adef-691d508d4ae1
-
- 12 Feb, 2008 7 commits
-
-
Vincenzo Liberatore authored
Tests on more c_get flags ... git-svn-id: file:///svn/tokudb@2275 c7de825b-a66e-492c-adef-691d508d4ae1
-
Vincenzo Liberatore authored
Adds more documentation to locktree git-svn-id: file:///svn/tokudb@2270 c7de825b-a66e-492c-adef-691d508d4ae1
-
Yoni Fogel authored
toku_env_set_lk_max (when it exists) is now an alias for toku_env_set_lk_max_locks git-svn-id: file:///svn/tokudb@2266 c7de825b-a66e-492c-adef-691d508d4ae1
-
Vincenzo Liberatore authored
Changes Doxyfile and comments to generate caller and callee graphs git-svn-id: file:///svn/tokudb@2265 c7de825b-a66e-492c-adef-691d508d4ae1
-
Rich Prohaska authored
git-svn-id: file:///svn/tokudb@2264 c7de825b-a66e-492c-adef-691d508d4ae1
-
Rich Prohaska authored
git-svn-id: file:///svn/tokudb@2263 c7de825b-a66e-492c-adef-691d508d4ae1
-
Rich Prohaska authored
git-svn-id: file:///svn/tokudb@2261 c7de825b-a66e-492c-adef-691d508d4ae1
-
- 11 Feb, 2008 2 commits
-
-
Yoni Fogel authored
git-svn-id: file:///svn/tokudb@2255 c7de825b-a66e-492c-adef-691d508d4ae1
-
Yoni Fogel authored
git-svn-id: file:///svn/tokudb@2254 c7de825b-a66e-492c-adef-691d508d4ae1
-