You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Leif Walsh e78ad9c1fb [t:4502] fix newbrt tests to compile with the apis that changed back this morning 13 years ago
..
checksum-benchmarks Addresses #2257 refs[t:2257] Merge windows port back into main. 13 years ago
compression-ratio Addresses #2257 refs[t:2257] Merge windows port back into main. 13 years ago
hash-benchmarks Addresses #2257 refs[t:2257] Merge windows port back into main. 13 years ago
locking-benchmarks Addresses #2257 refs[t:2257] Merge windows port back into main. 13 years ago
tests [t:4502] fix newbrt tests to compile with the apis that changed back this morning 13 years ago
worker-thread-benchmarks Addresses #2257 refs[t:2257] Merge windows port back into main. 13 years ago
x1764-speedup Closes #3320 move fast x1764 to main line. 13 years ago
Makefile [t:4462] finishing PROF=1 work, tests seem to compile and run (though it's 13 years ago
Makefile.new Move newbrt tests to subdir. Fixes #796. 18 years ago
block_allocator.c [t:3218] Improvements from design review. Refs #3218 13 years ago
block_allocator.h [t:3218] Incorporate changes from review. Refs #3218 13 years ago
block_table.c [t:4031], merge changes to main 13 years ago
block_table.h [t:4031], merge changes to main 13 years ago
brt-cachetable-wrappers.c [t:4456], merge to main 13 years ago
brt-cachetable-wrappers.h [t:4456], merge to main 13 years ago
brt-flusher-internal.h [t:4372] marked off some possible errors, fixing comment on top of brt.c 13 years ago
brt-flusher.c [t:2949] Merge from tokudb.2949 with command, executed at sandbox/toku {{{svn merge -r39023:HEAD tokudb.2949 tokudb}}}. Refs #2949. 13 years ago
brt-flusher.h [t:4456], merge to main 13 years ago
brt-hot-flusher.c [t:2949] Merge from tokudb.2949 with command, executed at sandbox/toku {{{svn merge -r39023:HEAD tokudb.2949 tokudb}}}. Refs #2949. 13 years ago
brt-internal.h [t:4502] fix a weird case rich thought of 13 years ago
brt-search.h [t:3604] Merge everything from the tokudb.3312c+3524+msn branch. Refs #3604. 13 years ago
brt-serialize.c [t:2949] Merge from tokudb.2949 with command, executed at sandbox/toku {{{svn merge -r39023:HEAD tokudb.2949 tokudb}}}. Refs #2949. 13 years ago
brt-test-helpers.c [t:4502] fix a weird case rich thought of 13 years ago
brt-verify.c close[t:4432] merging 4432 to main - brt_msg_type now used correctly in the fifo and brt. 13 years ago
brt.c [t:4502] fix a weird case rich thought of 13 years ago
brt.h #4503 #4504 support concurrent queries on the mainline refs[t:4503] refs[t:4504] 13 years ago
brt_layout_version.h [t:4002] Commiting HOT to main. 13 years ago
brt_msg.c [t:3193] Closes #3193 Delete obsolete fifo_msg code. 13 years ago
brt_msg.h Merge in changes. Refs #2608, #2609, and #2610. [t:2608] [t:2609] [t:2610] 13 years ago
brtdump.c [t:4375], merge to main 13 years ago
brtloader-callback.c #3992 fix races found by cilkscreen refs[t:3992] 13 years ago
brtloader-internal.h [t:3646] merging changes from tokudb.3646b. fixes #3646 13 years ago
brtloader.c [t:4375], merge to main 13 years ago
brtloader.h #3678 use clean or mvcc leaf entries when appropriate refs[t:3678] 13 years ago
brttypes.h [t:2949] Merge from tokudb.2949 with command, executed at sandbox/toku {{{svn merge -r39023:HEAD tokudb.2949 tokudb}}}. Refs #2949. 13 years ago
cachetable.c [t:4527],[t:4528], merge fixes to main 13 years ago
cachetable.h [t:4527],[t:4528], merge fixes to main 13 years ago
checkpoint.c [t:2949] Merge from tokudb.2949 with command, executed at sandbox/toku {{{svn merge -r39023:HEAD tokudb.2949 tokudb}}}. Refs #2949. 13 years ago
checkpoint.h [t:2949] Merge from tokudb.2949 with command, executed at sandbox/toku {{{svn merge -r39023:HEAD tokudb.2949 tokudb}}}. Refs #2949. 13 years ago
compress.c close[t:3751] compression now switchable via makefile, via make COMPRESS=0. also, tokudb can installed into a local prefix, via make install 13 years ago
compress.h close[t:3751] compression now switchable via makefile, via make COMPRESS=0. also, tokudb can installed into a local prefix, via make install 13 years ago
dbufio.c #2840 refs[t:2840] add debug prints to the loader to help fix the dbufio read row problem, also remove the assert on this error path 13 years ago
dbufio.h [t:4002] Commiting HOT to main. 13 years ago
fifo.c close[t:4432] merging 4432 to main - brt_msg_type now used correctly in the fifo and brt. 13 years ago
fifo.h close[t:4432] merging 4432 to main - brt_msg_type now used correctly in the fifo and brt. 13 years ago
hashfun.h Merge the changes from 2499d onto the main line. Fixes #2499. close[t:2499]. 13 years ago
hclip.c Merge the changes from 2499d onto the main line. Fixes #2499. close[t:2499]. 13 years ago
includes.h [t:3604] Merge everything from the tokudb.3312c+3524+msn branch. Refs #3604. 13 years ago
key.c Merge the changes from 2499d onto the main line. Fixes #2499. close[t:2499]. 13 years ago
key.h Merge the changes from 2499d onto the main line. Fixes #2499. close[t:2499]. 13 years ago
kibbutz.c [t:4235], remove unnecessary variable from kibbutz 13 years ago
kibbutz.h [t:4235], modify a bunch of comments as a result of the code review 13 years ago
kv-pair.h [t:3604] Merge everything from the tokudb.3312c+3524+msn branch. Refs #3604. 13 years ago
le-cursor.c #3529 merge serializable iso bug fix to mainline refs[t:3529] 13 years ago
le-cursor.h [t:4002] Commiting HOT to main. 13 years ago
leafentry.c #3099 Merge 3099 onto the main line. 13 years ago
leafentry.h [t:4050] #4050 Merge tokudb.4050 to merge, done with command svn merge -r36213:HEAD tokudb.4050 tokudb 13 years ago
lock.h Merge the changes from 2499d onto the main line. Fixes #2499. close[t:2499]. 13 years ago
log-internal.h [t:3923], merge to main 13 years ago
log.h [t:2892] Merge upgrade logic to main. Merge command was svn merge --accept=postpone -r25293:HEAD ../tokudb.main+2892 . 13 years ago
log_upgrade.c [t:4326] Improve checkpoint status: footprint indicates caller, make status threadsafe, add indicator of other threads waiting for checkpoint_safe lock. Refs #4326. 13 years ago
logcursor.c [t:2892] Merge upgrade logic to main. Merge command was svn merge --accept=postpone -r25293:HEAD ../tokudb.main+2892 . 13 years ago
logcursor.h Merge the changes from 2499d onto the main line. Fixes #2499. close[t:2499]. 13 years ago
logfilemgr.c [t:2892] Merge upgrade logic to main. Merge command was svn merge --accept=postpone -r25293:HEAD ../tokudb.main+2892 . 13 years ago
logfilemgr.h [t:2892] Merge upgrade logic to main. Merge command was svn merge --accept=postpone -r25293:HEAD ../tokudb.main+2892 . 13 years ago
logformat.c [t:3646] merging changes from tokudb.3646b. fixes #3646 13 years ago
logger.c [t:2949] Merge from tokudb.2949 with command, executed at sandbox/toku {{{svn merge -r39023:HEAD tokudb.2949 tokudb}}}. Refs #2949. 13 years ago
logger.h [t:2949] Merge from tokudb.2949 with command, executed at sandbox/toku {{{svn merge -r39023:HEAD tokudb.2949 tokudb}}}. Refs #2949. 13 years ago
make.include Merge changes from 2216a to main (except possibly for the windows subdirectory, which Yoni will do separately). 13 years ago
memarena.c Merge the changes from 2499d onto the main line. Fixes #2499. close[t:2499]. 13 years ago
memarena.h [t:3604] Merge everything from the tokudb.3312c+3524+msn branch. Refs #3604. 13 years ago
memory-debug.c Get rid of {{{TAGMALLOC}}}. Fixes #2912. close[t:2912] 13 years ago
mempool.c [t:4002] Commiting HOT to main. 13 years ago
mempool.h [t:4002] Commiting HOT to main. 13 years ago
minicron.c [t:2947] Merge from tokudb.2947. Added errno to error log, don't take minicron lock for engine status. I want to print engine status to error log, but the env isn't available everywhere, so that's not here (yet). 13 years ago
minicron.h [t:2947] Merge from tokudb.2947. Added errno to error log, don't take minicron lock for engine status. I want to print engine status to error log, but the env isn't available everywhere, so that's not here (yet). 13 years ago
nonblocking_mutex.h close[t:4284] the non blocking mutex implementation is now a wrapper of the rwlock implementation. the non blocking mutex api uses only the writer portion of the rwlock api 13 years ago
omt.c [t:4306] merging work for 4306 13 years ago
omt.h [t:4306] merging work for 4306 13 years ago
pqueue.c Merge in changes. Refs #2608, #2609, and #2610. [t:2608] [t:2609] [t:2610] 13 years ago
pqueue.h Merge in changes. Refs #2608, #2609, and #2610. [t:2608] [t:2609] [t:2610] 13 years ago
queue.c The brtloader is now at 95.03% lines covered and 84.64% of branches taken. That's pretty good. We can work to remove a few more, but it's diminishing returns from here. [t:2647] Refs #2647. 13 years ago
queue.h Merge #2623 changes onto main line. The new test fails, but I need to get a merge from main again. Refs #2623. [t:2623] 13 years ago
quicklz.c [t:3586] [t:3604] Merge icc onto main. Refs #3586, #3604. 13 years ago
quicklz.h #3316 #3318 #3339 13 years ago
rbuf.h close[t:4077] Merge 4060 branch to main (use two reads on brtnodes). 13 years ago
recover.c close[t:4442] Add a diagnostic message during recovery for the env directory not existing or not being a directory. Closes #4442. 13 years ago
recover.h [t:3347], merge fractal tree piece of HCAD to main 13 years ago
roll.c close[t:4273] Fix #4273. {{{svn merge -r 37842:37875 ../tokudb.4273}}}. 13 years ago
roll.h Merge the changes from 2499d onto the main line. Fixes #2499. close[t:2499]. 13 years ago
rollback.c [t:4456], merge to main 13 years ago
rollback.h [t:3923], merge to main 13 years ago
rwlock.c Merge the changes from 2499d onto the main line. Fixes #2499. close[t:2499]. 13 years ago
rwlock.h Merge r26784 into the main line. 13 years ago
sort.c taking out some misleading things from sort.c 13 years ago
sort.h [t:3315] merge indexed buffers work into mainline 13 years ago
sub_block.c [t:4141], fix compilation error 13 years ago
sub_block.h [t:3564] Merge in barry's stuff to the main line. {{{svn merge -r32637:32693 ../tokudb.3564b+3312}}} Refs #3564. 13 years ago
sub_block_map.h Merge in changes. Refs #2608, #2609, and #2610. [t:2608] [t:2609] [t:2610] 13 years ago
tdb-recover.c [t:3347], merge fractal tree piece of HCAD to main 13 years ago
tdb_logprint.c Merge the changes from 2499d onto the main line. Fixes #2499. close[t:2499]. 13 years ago
threadpool.c [t:4045] {{{svn merge -r35667:35683 ../tokudb.4045b}}} Refs #4045. 13 years ago
threadpool.h #2513 merge the cached threadpool to main refs[t:2513] 13 years ago
tokuconst.h [t:3604] Merge everything from the tokudb.3312c+3524+msn branch. Refs #3604. 13 years ago
trace_mem.c #2907 closes[t:2907] merge single insert per txn profiler to main 13 years ago
trace_mem.h #2907 closes[t:2907] merge single insert per txn profiler to main 13 years ago
txn.c [t:4468] In the transaction commit code path, removed uneccesary yield wrapper around log_xcommit. 13 years ago
txn.h [t:2949] Merge from tokudb.2949 with command, executed at sandbox/toku {{{svn merge -r39023:HEAD tokudb.2949 tokudb}}}. Refs #2949. 13 years ago
ule-internal.h [t:4002] Commiting HOT to main. 13 years ago
ule.c [t:4502] fix a weird case rich thought of 13 years ago
ule.h [t:4502] fix a weird case rich thought of 13 years ago
upgrade_12_13_overview [t:2892] Merge upgrade logic to main. Merge command was svn merge --accept=postpone -r25293:HEAD ../tokudb.main+2892 . 13 years ago
valgrind.suppressions [t:4222] ignore dlsym memory leak on Fedora Core 12 ({{{svn merge -c 37819 ../tokudb.4015}}}). Refs #4222. 13 years ago
wbuf.h [t:3604] Merge everything from the tokudb.3312c+3524+msn branch. Refs #3604. 13 years ago
workqueue.c #2513 merge the cached threadpool to main refs[t:2513] 13 years ago
workqueue.h [t:4045] {{{svn merge -r35667:35683 ../tokudb.4045b}}} Refs #4045. 13 years ago
workset.h #2966 use assert_zero in some of the newbrt files refs[t:2966] 13 years ago
x1764.c Closes #3320 move fast x1764 to main line. 13 years ago
x1764.h Closes #3320 move fast x1764 to main line. 13 years ago
xids-internal.h [t:2811], merge to main \!\!\! 13 years ago
xids.c [t:3586] [t:3604] Merge icc onto main. Refs #3586, #3604. 13 years ago
xids.h merge indexer to main refs #2843 [t:2843] 13 years ago
ybt.c #3081 simplify dbt initialization in the indexer closes[t:3081] 13 years ago
ybt.h #3081 simplify dbt initialization in the indexer closes[t:3081] 13 years ago