An error occurred fetching the project authors.
- 10 Mar, 2014 2 commits
-
-
Leif Walsh authored
-
Leif Walsh authored
fixes #201
-
- 05 Mar, 2014 1 commit
-
-
John Esmet authored
compilations).
-
- 04 Mar, 2014 1 commit
-
-
John Esmet authored
useful definition directly into make_tdb.cc (which generates db.h)
-
- 03 Mar, 2014 1 commit
-
-
Leif Walsh authored
-
- 21 Feb, 2014 1 commit
-
-
Rich Prohaska authored
-
- 11 Feb, 2014 1 commit
-
-
John Esmet authored
disk bytes written. Need to add a 'double' engine status type, which apparnetly exists in the union, but not as a type tag.
-
- 22 Jan, 2014 2 commits
-
-
John Esmet authored
-
Zardosht Kasheff authored
refs Tokutek/mongo#886, change get_last_key to use a callback instead of copying data, so that we don't have mongo code freeing data that fractal tree allocated.
-
- 21 Jan, 2014 1 commit
-
-
Yoni Fogel authored
Add db->get_last_key() and test. Add test
-
- 09 Jan, 2014 1 commit
-
-
John Esmet authored
-
- 06 Dec, 2013 1 commit
-
-
Zardosht Kasheff authored
This allows callers to prevent a cursor that churns through many many committed deletes to run amok.
-
- 21 Oct, 2013 1 commit
-
-
zkasheff authored
of number of loops run
-
- 14 Oct, 2013 1 commit
-
-
Rich Prohaska authored
-
- 10 Oct, 2013 1 commit
-
-
Rich Prohaska authored
-
- 07 Oct, 2013 1 commit
-
-
rich prohaska authored
-
- 04 Oct, 2013 1 commit
-
-
Rich Prohaska authored
-
- 13 Sep, 2013 1 commit
-
-
John Esmet authored
and a new operation in test_stress0 for stress testing coverage
-
- 13 Aug, 2013 1 commit
-
-
Zardosht Kasheff authored
-
- 12 Aug, 2013 1 commit
-
-
Yoni Fogel authored
Refs Tokutek/ft-index#26 Fixes Tokutek/ft-index#31 Change api for *_multiple to support array indexing. Never call put/del_callback functions for src_db.
-
- 17 Jul, 2013 2 commits
-
-
Yoni Fogel authored
Refs Tokutek/ft-engine#40 Rename c_restrict_to_range to c_set_bounds, delete c_pre_acquire_range_lock
-
Yoni Fogel authored
Refs Tokutek/ft-engine/#40 Add c_restrict_to_range function to force cursor to keep track of prelocked range
-
- 05 Jul, 2013 1 commit
-
-
Yoni Fogel authored
-
- 12 Jun, 2013 1 commit
-
-
Yoni Fogel authored
db_env_set_toku_product_name
-
- 24 May, 2013 1 commit
-
-
Leif Walsh authored
squashed commits: create db->get_key_after_bytes() api down to the ft layer, and start a unit test refs #18 setup/teardown for get_key_after_bytes test refs #18 rename test because it really is going to be a small unit test refs #18 implement a few initial checks refs #18 adding actually_skipped parameter because we will want it in splitVector refs #18 NULL -> nullptr, I'm rusty from mongo work refs #18 fix some old apis to fit what get_key_after_bytes needs: make keyrange_compare_s hold an FT instead of FT_HANDLE to prepare for reuse refs #18 make keyrange_compare_s hold a const dbt refs #18 fix const-correctness of fill_bfe functions refs #18 add unit test for an empty dictionary refs #18 implement get_key_after_bytes for a single basement node, passes simple tests refs #18 add test for multiple basement nodes refs #18 fix usage of ft_search_t, we do need a full one after all refs #18 check actually_skipped for correctness (even though it's an estimate) refs #18 restructure test to be faster, and test keys before the beginning of the table refs #18 don't try to read in the right basement node, just check the bns you have refs #18 implement get_key_after_bytes for height > 0 trees refs #18 return the amount skipped even if we hit the end of the table refs #18 add inexact test for height > 0 trees, adjust constants so it's faster refs #18 don't do I/O to bring in basement nodes just for get_key_after_bytes refs #18 don't blindly check the first basement node, it's not guaranteed to be there anymore refs #18 fix leak in get_key_after_bytes_unit.tdb refs #18 add get_key_after_bytes to test_stress5 refs #18 switch to a callback API to save mallocs and memcpys refs #18
-
- 17 Apr, 2013 15 commits
-
-
Leif Walsh authored
git-svn-id: file:///svn/toku/tokudb@55577 c7de825b-a66e-492c-adef-691d508d4ae1
-
Leif Walsh authored
git-svn-id: file:///svn/toku/tokudb@55574 c7de825b-a66e-492c-adef-691d508d4ae1
-
Leif Walsh authored
git-svn-id: file:///svn/toku/tokudb@55567 c7de825b-a66e-492c-adef-691d508d4ae1
-
Yoni Fogel authored
git-svn-id: file:///svn/toku/tokudb@55083 c7de825b-a66e-492c-adef-691d508d4ae1
-
Yoni Fogel authored
git-svn-id: file:///svn/toku/tokudb@54506 c7de825b-a66e-492c-adef-691d508d4ae1
-
Bradley C. Kuszmaul authored
Fixes #6020. Detect huge pages. The fractal tree layer notices when you create a logger (maybe there are other useful times to detect, but that's enough for now). The ydb layer notices when you all {{{db_env->open()}}}. The mysql handlerton notices the error in {{{tokudb_init_func()}}}. git-svn-id: file:///svn/toku/tokudb@54498 c7de825b-a66e-492c-adef-691d508d4ae1
-
Yoni Fogel authored
git-svn-id: file:///svn/toku/tokudb@54478 c7de825b-a66e-492c-adef-691d508d4ae1
-
Yoni Fogel authored
fixes #6086 Merge 6086 to main. We now read in basement nodes if a full keyrange resides in it so that we can answer more accurately. git-svn-id: file:///svn/toku/tokudb@54342 c7de825b-a66e-492c-adef-691d508d4ae1
-
Zardosht Kasheff authored
git-svn-id: file:///svn/toku/tokudb@54234 c7de825b-a66e-492c-adef-691d508d4ae1
-
Zardosht Kasheff authored
git-svn-id: file:///svn/toku/tokudb@54006 c7de825b-a66e-492c-adef-691d508d4ae1
-
Zardosht Kasheff authored
git-svn-id: file:///svn/toku/tokudb@53466 c7de825b-a66e-492c-adef-691d508d4ae1
-
Leif Walsh authored
git-svn-id: file:///svn/toku/tokudb@52402 c7de825b-a66e-492c-adef-691d508d4ae1
-
Zardosht Kasheff authored
git-svn-id: file:///svn/toku/tokudb@52238 c7de825b-a66e-492c-adef-691d508d4ae1
-
Yoni Fogel authored
git-svn-id: file:///svn/toku/tokudb@52171 c7de825b-a66e-492c-adef-691d508d4ae1
-
Zardosht Kasheff authored
git-svn-id: file:///svn/toku/tokudb@51911 c7de825b-a66e-492c-adef-691d508d4ae1
-