- 25 Apr, 2008 2 commits
-
-
Bradley C. Kuszmaul authored
Change the {{{LEAFENTRY}}} to {{{OMTVALUE}}} when using the omt, and also change the type of {{{OMTVALUE}}} to {{{void*}}} so we can have two different OMTs coexisting. Fixes #750. git-svn-id: file:///svn/tokudb@3646 c7de825b-a66e-492c-adef-691d508d4ae1
-
Bradley C. Kuszmaul authored
Change the {{{LEAFENTRY}}} to {{{OMTVALUE}}} when using the omt, and also change the type of {{{OMTVALUE}}} to {{{void*}}} so we can have two different OMTs coexisting. Fixes #750. git-svn-id: file:///svn/tokudb@3645 c7de825b-a66e-492c-adef-691d508d4ae1
-
- 24 Apr, 2008 4 commits
-
-
Yoni Fogel authored
git-svn-id: file:///svn/tokudb@3636 c7de825b-a66e-492c-adef-691d508d4ae1
-
Rich Prohaska authored
git-svn-id: file:///svn/tokudb@3627 c7de825b-a66e-492c-adef-691d508d4ae1
-
Yoni Fogel authored
changed magic number 100 to a constant git-svn-id: file:///svn/tokudb@3625 c7de825b-a66e-492c-adef-691d508d4ae1
-
Yoni Fogel authored
Changes to omt-test pursuant to code review. Now tests split at |tree|. Deleted duplicated delete test. git-svn-id: file:///svn/tokudb@3622 c7de825b-a66e-492c-adef-691d508d4ae1
-
- 23 Apr, 2008 9 commits
-
-
Zardosht Kasheff authored
finished testing for split and merge (this checkin has boundary cases) git-svn-id: file:///svn/tokudb@3605 c7de825b-a66e-492c-adef-691d508d4ae1
-
Zardosht Kasheff authored
finished most of testing for split and merge still need to test error cases such as times when ERANGE is expected git-svn-id: file:///svn/tokudb@3604 c7de825b-a66e-492c-adef-691d508d4ae1
-
Yoni Fogel authored
Put in comments for what form of tests we need for split and merge. git-svn-id: file:///svn/tokudb@3602 c7de825b-a66e-492c-adef-691d508d4ae1
-
Yoni Fogel authored
Tests for insert. BUGFIX: Insert now properly returns DB_KEYEXIST if the heaviside function returns 0 for some value in the tree. git-svn-id: file:///svn/tokudb@3601 c7de825b-a66e-492c-adef-691d508d4ae1
-
Yoni Fogel authored
Fix memory leak in test. git-svn-id: file:///svn/tokudb@3598 c7de825b-a66e-492c-adef-691d508d4ae1
-
Zardosht Kasheff authored
test delete git-svn-id: file:///svn/tokudb@3592 c7de825b-a66e-492c-adef-691d508d4ae1
-
Zardosht Kasheff authored
add test for set_at git-svn-id: file:///svn/tokudb@3591 c7de825b-a66e-492c-adef-691d508d4ae1
-
Zardosht Kasheff authored
remove some tabs and replace with spaces in order to make consistent with rest of file git-svn-id: file:///svn/tokudb@3590 c7de825b-a66e-492c-adef-691d508d4ae1
-
Bradley C. Kuszmaul authored
{{{ svn merge -r3571:3582 https://svn.tokutek.com/tokudb/tokudb.724 }}} git-svn-id: file:///svn/tokudb@3583 c7de825b-a66e-492c-adef-691d508d4ae1
-
- 22 Apr, 2008 9 commits
-
-
Bradley C. Kuszmaul authored
{{{ $ cd tokudb $ svn merge -r3533:3571 https://svn.tokutek.com/tokudb/tokudb.724 }}} There remain a few problems with recovery, but the main line has problems with recovery, so let's bite the bullet and move forward. Fixes #729, #724. git-svn-id: file:///svn/tokudb@3572 c7de825b-a66e-492c-adef-691d508d4ae1
-
Bradley C. Kuszmaul authored
git-svn-id: file:///svn/tokudb@3571 c7de825b-a66e-492c-adef-691d508d4ae1
-
Rich Prohaska authored
git-svn-id: file:///svn/tokudb@3566 c7de825b-a66e-492c-adef-691d508d4ae1
-
Bradley C. Kuszmaul authored
Tune the big-nested abort/commit tests down to about 8s usr (30s elapsed) each. (5m under valgrind.) Addresses #730. git-svn-id: file:///svn/tokudb@3560 c7de825b-a66e-492c-adef-691d508d4ae1
-
Bradley C. Kuszmaul authored
git-svn-id: file:///svn/tokudb@3558 c7de825b-a66e-492c-adef-691d508d4ae1
-
Bradley C. Kuszmaul authored
git-svn-id: file:///svn/tokudb@3556 c7de825b-a66e-492c-adef-691d508d4ae1
-
Bradley C. Kuszmaul authored
git-svn-id: file:///svn/tokudb@3555 c7de825b-a66e-492c-adef-691d508d4ae1
-
Bradley C. Kuszmaul authored
git-svn-id: file:///svn/tokudb@3554 c7de825b-a66e-492c-adef-691d508d4ae1
-
Bradley C. Kuszmaul authored
git-svn-id: file:///svn/tokudb@3553 c7de825b-a66e-492c-adef-691d508d4ae1
-
- 21 Apr, 2008 2 commits
-
-
Rich Prohaska authored
git-svn-id: file:///svn/tokudb@3532 c7de825b-a66e-492c-adef-691d508d4ae1
-
Bradley C. Kuszmaul authored
git-svn-id: file:///svn/tokudb@3528 c7de825b-a66e-492c-adef-691d508d4ae1
-
- 20 Apr, 2008 5 commits
-
-
Rich Prohaska authored
git-svn-id: file:///svn/tokudb@3525 c7de825b-a66e-492c-adef-691d508d4ae1
-
Yoni Fogel authored
Renamed oma to omt in all instances git-svn-id: file:///svn/tokudb@3521 c7de825b-a66e-492c-adef-691d508d4ae1
-
Yoni Fogel authored
Renamed om.h to omt.h git-svn-id: file:///svn/tokudb@3520 c7de825b-a66e-492c-adef-691d508d4ae1
-
Yoni Fogel authored
Made changes to Bradley's proposed .h file pursuant to comments. git-svn-id: file:///svn/tokudb@3519 c7de825b-a66e-492c-adef-691d508d4ae1
-
Yoni Fogel authored
Updated .h file pursuant to Bradley's comments git-svn-id: file:///svn/tokudb@3518 c7de825b-a66e-492c-adef-691d508d4ae1
-
- 19 Apr, 2008 1 commit
-
-
Yoni Fogel authored
Preliminary .h file, with perhaps all functions needed git-svn-id: file:///svn/tokudb@3517 c7de825b-a66e-492c-adef-691d508d4ae1
-
- 18 Apr, 2008 3 commits
-
-
Bradley C. Kuszmaul authored
git-svn-id: file:///svn/tokudb@3513 c7de825b-a66e-492c-adef-691d508d4ae1
-
Bradley C. Kuszmaul authored
Improve recovery for at least one case. Addresses #703. The logfiles that Rich built seem corrupt, so I cannot make progress on the next case. git-svn-id: file:///svn/tokudb@3506 c7de825b-a66e-492c-adef-691d508d4ae1
-
Rich Prohaska authored
git-svn-id: file:///svn/tokudb@3505 c7de825b-a66e-492c-adef-691d508d4ae1
-
- 17 Apr, 2008 5 commits
-
-
Yoni Fogel authored
Added extra questions. git-svn-id: file:///svn/tokudb@3501 c7de825b-a66e-492c-adef-691d508d4ae1
-
Yoni Fogel authored
Added extra questions. git-svn-id: file:///svn/tokudb@3499 c7de825b-a66e-492c-adef-691d508d4ae1
-
Yoni Fogel authored
An informal .h file to describe functionality provided by the order maintenance structure. git-svn-id: file:///svn/tokudb@3498 c7de825b-a66e-492c-adef-691d508d4ae1
-
Rich Prohaska authored
git-svn-id: file:///svn/tokudb@3494 c7de825b-a66e-492c-adef-691d508d4ae1
-
Bradley C. Kuszmaul authored
git-svn-id: file:///svn/tokudb@3490 c7de825b-a66e-492c-adef-691d508d4ae1
-