An error occurred fetching the project authors.
- 07 Mar, 2008 1 commit
-
-
Yoni Fogel authored
All function names that started with __toku_ now start with toku__ We no longer have function symbols that start with '__' git-svn-id: file:///svn/tokudb@2623 c7de825b-a66e-492c-adef-691d508d4ae1
-
- 05 Mar, 2008 1 commit
-
-
Yoni Fogel authored
Minor makefile modifications. git-svn-id: file:///svn/tokudb@2560 c7de825b-a66e-492c-adef-691d508d4ae1
-
- 06 Feb, 2008 1 commit
-
-
Vincenzo Liberatore authored
Fixes the tests with a bound on the number of ranges, and fixes a bug in lock tree unlock git-svn-id: file:///svn/tokudb@2125 c7de825b-a66e-492c-adef-691d508d4ae1
-
- 01 Feb, 2008 2 commits
-
-
Yoni Fogel authored
Addresses #307 Replaced unsigned with u_int32_t Also one bugfix with incorrect assert. Made all tests run properly (bugs were mostly in the test). git-svn-id: file:///svn/tokudb@2035 c7de825b-a66e-492c-adef-691d508d4ae1
-
Yoni Fogel authored
Addresses #307 \marginpar{Code review/refactor pass} Write locks should be done now. Modified makefile Tests updated to remove warnings. Not all tests pass currently. git-svn-id: file:///svn/tokudb@2031 c7de825b-a66e-492c-adef-691d508d4ae1
-
- 31 Jan, 2008 1 commit
-
-
Vincenzo Liberatore authored
Tests consolidation of various intervals, some overlapping at one point, other ones dominated by the new interval, and combinations of these cases. git-svn-id: file:///svn/tokudb@1995 c7de825b-a66e-492c-adef-691d508d4ae1
-
- 30 Jan, 2008 2 commits
-
-
Yoni Fogel authored
Additional tests. Code coverage of non-write stuff is complete except for asserts and error cases. We have not yet checked branch coverage. git-svn-id: file:///svn/tokudb@1973 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 4 commits
-
-
Yoni Fogel authored
Added more tests of read locks. git-svn-id: file:///svn/tokudb@1896 c7de825b-a66e-492c-adef-691d508d4ae1
-
Yoni Fogel authored
More tests. git-svn-id: file:///svn/tokudb@1890 c7de825b-a66e-492c-adef-691d508d4ae1
-
Yoni Fogel authored
Bugfix in read test. Initialized wrong values. git-svn-id: file:///svn/tokudb@1885 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
-