summaryrefslogtreecommitdiff
path: root/ft
Commit message (Expand)AuthorAgeFilesLines
* FT-257 Add a abstraction for the pivot keys in an ftnode.John Esmet2014-06-1420-477/+426
* FT-262 Rename thisnodename or nodename to blocknumJohn Esmet2014-06-1427-80/+80
* FT-259 Clean up memarena API / code. Use a memarena in the locktree to storeJohn Esmet2014-06-146-37/+42
* FT-260 Move ftnode related structures and declarations to ft/node.h and ft/no...John Esmet2014-06-1422-2840/+2985
* FT-261 Don't clone an empty live root transaction OMTJohn Esmet2014-06-141-1/+5
* FT-258 Remove another malloc from the cursor create path. Queries usingJohn Esmet2014-06-142-11/+10
* FT-258 Remove a malloc from the cursor creation pathJohn Esmet2014-06-142-34/+49
* FT-258 Move cursor code into ft/cursor.h and ft/cursor.ccJohn Esmet2014-06-1417-857/+791
* FT-197 Store cachefiles in OMTs only, remove linked list pointersJohn Esmet2014-06-143-188/+150
* FT-241 Use #pragma once as a header guardJohn Esmet2014-06-1456-252/+109
* FT-249 FT-256 Add a message buffer class to replace FIFO. Use a realJohn Esmet2014-06-1416-737/+849
* FT-247 Move files relating to the bulk loader to their own directoryJohn Esmet2014-06-1420-30/+30
* FT-254 Replace NULL_LOGGER etc with nullptrJohn Esmet2014-06-14128-195/+187
* FT-243 Move minicron to util/John Esmet2014-06-145-655/+3
* FT-244 Move the one and only default key comparison implementation function t...John Esmet2014-06-147-300/+39
* FT-245 Move queue to util, use toku_ prefix for consistency with theJohn Esmet2014-06-1413-597/+39
* FT-242 Begin breaking up fttypes.h by moving many things to theirJohn Esmet2014-06-1425-308/+391
* Merge branch 'remove-vectorization'Leif Walsh2014-06-141-13/+4
|\
| * Revert "vectorized loops in new deserialization code #226"Leif Walsh2014-06-141-13/+4
| * Revert "fixed typo #226"Leif Walsh2014-06-141-3/+3
* | Merge pull request #261 from Tokutek/variable_key_overwrite_dmtzkasheff2014-06-0919-31/+48
|\ \ | |/
| * refs #258 Pass the old key length down to le_pack, so that mempool free has t...John Esmet2014-06-0919-31/+48
* | #229 make ftdump easier to useRich Prohaska2014-05-301-201/+214
* | changed ft-verify to work with promotion #250Leif Walsh2014-05-282-12/+16
|/
* refs #226 Fix a benign (but nevertheless important) bug where nonleafJohn Esmet2014-05-272-12/+38
* fixes #158 Use promotion to record the blocknum of the rightmostJohn Esmet2014-05-258-26/+797
* Revert "FT-242 Begin breaking up fttypes.h by moving many things to their"John Esmet2014-05-2321-277/+304
* Revert "TMX-1 Rename TokuKV to TokuFT"John Esmet2014-05-231-1/+1
* Revert "TMX-242 Add cursor.h, which missed the last commit"John Esmet2014-05-231-115/+0
* TMX-242 Add cursor.h, which missed the last commitJohn Esmet2014-05-231-0/+115
* TMX-1 Rename TokuKV to TokuFTJohn Esmet2014-05-231-1/+1
* FT-242 Begin breaking up fttypes.h by moving many things to theirJohn Esmet2014-05-2321-304/+277
* fixed typo #226Leif Walsh2014-05-231-3/+3
* vectorized loops in new deserialization code #226Leif Walsh2014-05-231-4/+13
* #247 fix loader->close fd leak when NOFILE limit exceededRich Prohaska2014-05-231-0/+4
* changed CHECKPOINT_DURATION[_LAST] to UINT64 #249Leif Walsh2014-05-231-4/+4
* fixes #226 When serializing a nonleaf node, include the offsets storedJohn Esmet2014-05-224-14/+117
* Support gcc 4.9 in cmake, fix uninitialized value warningsJohn Esmet2014-05-202-3/+3
* #237 fix various bulk loader bugs related to nproc ulimit exceededRich Prohaska2014-05-138-84/+99
* #205 run test_block_allocator_merge with valgrindRich Prohaska2014-04-281-8/+17
* #218 cursor set range with boundRich Prohaska2014-04-254-25/+65
* #224 fix memory leak in ft/ft-serialize-benchmark testRich Prohaska2014-04-231-0/+1
* #223 fix memory leak in the ft/cachetable-checkpointer-class testRich Prohaska2014-04-231-0/+3
* #46 fix memory leaks in dmt-testRich Prohaska2014-04-231-0/+2
* Merge pull request #222 from Tokutek/enginestatus-checkpointLeif Walsh2014-04-222-0/+6
|\
| * added CHECKPOINT_DURATION_LAST #219Leif Walsh2014-04-222-0/+3
| * added checkpoint duration to engine status #219Leif Walsh2014-04-212-0/+3
* | removed some unused things clang warned aboutLeif Walsh2014-03-263-11/+1
* | fixes #200 Remove windows logic, which has not been supported in years.John Esmet2014-03-058-43/+2
* | fixes #192 Remove legacy OMT API. Some of it survives in omt-test.cc toJohn Esmet2014-03-038-1606/+36