summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* #87 add callback to allow loader memory size to be a session variabletokumx-1.3.0-rc.1tokumx-1.3.0-rc.0Rich Prohaska2013-10-145-9/+19
* #81 export an API to set a get wait time callbackRich Prohaska2013-10-1025-25/+193
* #81 move the lock wait time to the wait methodRich Prohaska2013-10-109-37/+26
* Fix buildJohn Esmet2013-10-091-1/+1
* #56 simply launch of lock escalator and write a slightly better testRich Prohaska2013-10-082-31/+67
* refs #82, fix CMakeLists.txtZardosht Kasheff2013-10-071-2/+0
* refs #82, remove checkpoint_1.cc for TokuDB 7.1.0, may bring it back fixed la...Zardosht Kasheff2013-10-071-313/+0
* refs #78 for minicrons with a period of longer than one second (checkpoints),Zardosht Kasheff2013-10-072-18/+36
* refs #84, remove some shared variables from loggerZardosht Kasheff2013-10-073-30/+0
* tokutek/ft-index#80 tokutek/ft-engine#94 impose an upper bound on loader memo...rich prohaska2013-10-0719-19/+152
* tokutek/ft-index#76 add US Patent 8,489,638Rich Prohaska2013-10-04974-0/+975
* refs #61, fix locking bug, add write list lock before reintegrating PAIRs int...Zardosht Kasheff2013-10-041-0/+2
* refs #61, fix some tests, remove checkpoint_callback.cc, as it is not an inte...Zardosht Kasheff2013-10-034-181/+37
* closes #77, remove tabs from memory.ccZardosht Kasheff2013-10-021-20/+20
* #56 run lock escalation on a background threadRich Prohaska2013-10-022-50/+137
* refs #61,Zardosht Kasheff2013-10-0212-136/+755
* #59 get test_lock_timeout_callback to work with valgrind. change the type of ...Rich Prohaska2013-10-011-1/+1
* This checkin was meant for a branch. UndoingZardosht Kasheff2013-09-262-20/+7
* stuffZardosht Kasheff2013-09-262-7/+20
* refs #61, remove test helper function toku_cachefile_flush,Zardosht Kasheff2013-09-265-52/+28
* refs #61, fix optimized compilation that has TOKU_DEBUG_PARANOID offZardosht Kasheff2013-09-251-1/+1
* refs #61, several code simplifications:Zardosht Kasheff2013-09-258-66/+117
* refs #61, clean up code relating to cachefiles, expand theZardosht Kasheff2013-09-254-162/+194
* refs #46, LOTS of refactoring done.Yoni Fogel2013-09-2546-2180/+2227
* #56 benchmark that demos lock escalation stallsRich Prohaska2013-09-191-0/+218
* Merge branch 'master' of github.com:Tokutek/ft-indexJohn Esmet2013-09-195-2/+71
|\
| * #69 add long tail counts to global statusRich Prohaska2013-09-181-3/+3
| * #69 measure long tail lock tree and cache table stallsRich Prohaska2013-09-185-2/+71
* | fixes #71 fix a test bug by caching the txnid instead of trying to use aJohn Esmet2013-09-181-3/+7
|/
* Merge branch 'master' of github.com:Tokutek/ft-indexRich Prohaska2013-09-181-3/+7
|\
| * Merge branch 'master' of github.com:Tokutek/ft-indexJohn Esmet2013-09-183-9/+9
| |\
| * \ Merge branch 'bugs/70'John Esmet2013-09-181-3/+7
| |\ \
| | * | Fix this test - did not get built or tested properly on my end due toJohn Esmet2013-09-181-3/+7
* | | | #50 add long tail counts to global statusRich Prohaska2013-09-181-3/+3
| |_|/ |/| |
* | | #50 add long tail counts to global statusRich Prohaska2013-09-183-9/+9
|/ /
* | Merge branch 'bugs/70'John Esmet2013-09-181-0/+33
|\ \ | |/
| * refs #70 Add a test to the range buffer that verifies the buf growsJohn Esmet2013-09-181-0/+33
* | Merge branch 'bugs/70'John Esmet2013-09-171-4/+10
|\ \ | |/
| * fixed memory allocation error in range_buffer #70John Esmet2013-09-171-4/+10
* | refs #59 turn off bdb builds for tokudb lock tree testsRich Prohaska2013-09-171-0/+3
* | refs #64 fix cpp guardRich Prohaska2013-09-171-1/+1
* | refs #64 fix clang on linux problemsRich Prohaska2013-09-171-1/+2
* | Increase the lock timeout and sleep time to make this test lessJohn Esmet2013-09-141-2/+2
* | refs #59 Add the locktree visualization APIs, new accessors in the DB and DB_...John Esmet2013-09-1318-93/+1045
* | remove -u option from cp, fixes #66Leif Walsh2013-09-121-1/+1
* | fixed required cmake version #65Leif Walsh2013-09-121-1/+1
* | refs #62 fix how tdb_logprint formats XID pairsRich Prohaska2013-09-081-1/+1
|/
* #50 count lock tree timeoutstokumx-1.2.0-rc.2Rich Prohaska2013-08-216-17/+211
* refs #36, have the FIFO realloc its buffer on resize, as opposed to malloc an...zkasheff2013-08-211-11/+3
* refs #54, improve the performance of hot indexing. This change does two things:Zardosht Kasheff2013-08-219-60/+189