An error occurred fetching the project authors.
- 31 Jan, 2008 3 commits
-
-
Yoni Fogel authored
More implementation of write lock git-svn-id: file:///svn/tokudb@2005 c7de825b-a66e-492c-adef-691d508d4ae1
-
Vincenzo Liberatore authored
Checkpoint and write lock implementation. git-svn-id: file:///svn/tokudb@2000 c7de825b-a66e-492c-adef-691d508d4ae1
-
Vincenzo Liberatore authored
Write lock implementation. git-svn-id: file:///svn/tokudb@1996 c7de825b-a66e-492c-adef-691d508d4ae1
-
- 30 Jan, 2008 2 commits
-
-
Yoni Fogel authored
- Lock tree takes parameter of a db panic function, defers to it in panic situations. - Code reorganization due to code reviews - DBT consistency is assumed (should be EINVAL at higher level) git-svn-id: file:///svn/tokudb@1971 c7de825b-a66e-492c-adef-691d508d4ae1
-
Yoni Fogel authored
Addresses #307 Locktree now accepts max memory parameter. This counts only 'toku_points' and payloads. Whenever it goes over the allowed memory, it will return ENOMEM as BDB does. Tests were only updated to compile correctly (and return EINVAL if max size is 0). Tests do not yet test whether the max memory system works. git-svn-id: file:///svn/tokudb@1954 c7de825b-a66e-492c-adef-691d508d4ae1
-
- 25 Jan, 2008 6 commits
-
-
Yoni Fogel authored
Renamed some accessor functions and made them nonstatic so that the test programs can access them. Allocated the fake selfread/selfwrite trees in the function that requests them (and creates if necessary) instead of toku_lt_create git-svn-id: file:///svn/tokudb@1895 c7de825b-a66e-492c-adef-691d508d4ae1
-
Yoni Fogel authored
Bugfixes in locktree. Copy the payload to the memory allocated for it git-svn-id: file:///svn/tokudb@1883 c7de825b-a66e-492c-adef-691d508d4ae1
-
Yoni Fogel authored
Addresses #293 Bugfixes in locktree, selfread must NOT allow overlaps. git-svn-id: file:///svn/tokudb@1880 c7de825b-a66e-492c-adef-691d508d4ae1
-
Yoni Fogel authored
Added missing error checking code. Rangewrite lock returns ENOSYS until/if ever it gets implemented. git-svn-id: file:///svn/tokudb@1879 c7de825b-a66e-492c-adef-691d508d4ae1
-
Yoni Fogel authored
Added checks for left > right, and added additional needed EINVAL checks. git-svn-id: file:///svn/tokudb@1864 c7de825b-a66e-492c-adef-691d508d4ae1
-
Yoni Fogel authored
Fixed an error in assertions git-svn-id: file:///svn/tokudb@1860 c7de825b-a66e-492c-adef-691d508d4ae1
-
- 24 Jan, 2008 3 commits
-
-
Yoni Fogel authored
git-svn-id: file:///svn/tokudb@1857 c7de825b-a66e-492c-adef-691d508d4ae1
-
Yoni Fogel authored
Read lock appears to be finished for now. git-svn-id: file:///svn/tokudb@1854 c7de825b-a66e-492c-adef-691d508d4ae1
-
Yoni Fogel authored
Checkpoint in lock tree implementation. Write locks and point locks appear to be done, bugs fixed in comparison function. Need to do a bunch of worst case error handling still. git-svn-id: file:///svn/tokudb@1830 c7de825b-a66e-492c-adef-691d508d4ae1
-
- 23 Jan, 2008 1 commit
-
-
Yoni Fogel authored
Checkpoint in implementation. Vincenzo left for the night. git-svn-id: file:///svn/tokudb@1829 c7de825b-a66e-492c-adef-691d508d4ae1
-
- 22 Jan, 2008 2 commits
-
-
Yoni Fogel authored
Checkpoint in lock tree implementation git-svn-id: file:///svn/tokudb@1806 c7de825b-a66e-492c-adef-691d508d4ae1
-
Yoni Fogel authored
Addresses #293 Checkpoint in header and implementation of lock tree. git-svn-id: file:///svn/tokudb@1786 c7de825b-a66e-492c-adef-691d508d4ae1
-