..
checksum-benchmarks
Up
2007-11-14 17:58:38 +00:00
compression-ratio
Addresses #1307
2013-04-16 23:57:30 -04:00
hash-benchmarks
Add sum64
2008-07-27 18:36:56 +00:00
locking-benchmarks
measure the times of errorcheck mutexes
2008-08-26 18:57:34 +00:00
omt-with-o1-cursors
Addresses #855 , #856 . Reworked ExpectedO(1) cursors to be as close
2008-06-03 04:25:28 +00:00
tests
Addresses #1032 , #1343
2013-04-16 23:57:37 -04:00
worker-thread-benchmarks
Merge main line (up to 6206) and resolve the differences.
2013-04-16 23:57:18 -04:00
block_allocator.c
CIL gets upset if includes are not in the same order, because int64_t gets typedefed to different things depending on what you include. So do all the includes in a standard way. Addresses #1185 .
2013-04-16 23:57:20 -04:00
block_allocator.h
Allocate blocks on alignment and don't write the root FIFO over the translate block. Addresses #1080 , #1000 , #1131 .
2013-04-16 23:57:18 -04:00
bread.c
Merge changes back to tokudb.1032b. Fixes #1305 .
2013-04-16 23:57:30 -04:00
bread.h
more merging of 1032 to 1032b. addresses #1032
2013-04-16 23:57:27 -04:00
brt-internal.h
Merge {{{tokudb.1381}}} onto the main line.
2013-04-16 23:57:38 -04:00
brt-search.h
compile newbrt with icc. addresses #1185
2013-04-16 23:57:19 -04:00
brt-serialize.c
Closes #1321
2013-04-16 23:57:38 -04:00
brt-test-helpers.c
merge tokudb revision 7776-7883 to toudb.1032b. closes #1260
2013-04-16 23:57:29 -04:00
brt-verify.c
Make some tests run better. Addresses #1195 .
2013-04-16 23:57:24 -04:00
brt-XY.c
Rename a bunch of symbols to toku_symbols. Addresses #8 .
2007-11-29 15:09:14 +00:00
brt.c
Merge {{{tokudb.1381}}} onto the main line.
2013-04-16 23:57:38 -04:00
brt.h
Merge {{{tokudb.1381}}} onto the main line.
2013-04-16 23:57:38 -04:00
brtdump.c
Manual glue for svn-git migration for r8452 due to multiple merge + diffs in the same patch.
2013-04-16 23:57:33 -04:00
brttypes.h
test with icc on linux. addresses #1032
2013-04-16 23:57:28 -04:00
cachetable-rwlock.h
merge some tokudb.1032 into 1032b. addresses #1032
2013-04-16 23:57:27 -04:00
cachetable-writequeue.h
merge some tokudb.1032 into 1032b. addresses #1032
2013-04-16 23:57:27 -04:00
cachetable.c
fix some helgrind issues. addresses #1277
2013-04-16 23:57:35 -04:00
cachetable.h
Addresses #1032
2013-04-16 23:57:37 -04:00
fifo.c
CIL gets upset if includes are not in the same order, because int64_t gets typedefed to different things depending on what you include. So do all the includes in a standard way. Addresses #1185 .
2013-04-16 23:57:20 -04:00
fifo.h
Get rid of icc warnings (with port-win warnings.) Addresss #1185 .
2013-04-16 23:57:21 -04:00
fingerprint.c
use toku_htonl. closes #1247
2013-04-16 23:57:29 -04:00
hashfun.h
Closes #567
2008-03-27 16:26:15 +00:00
hclip.c
A tool for only printing the first few columns
2008-01-31 13:03:35 +00:00
includes.h
rename to toku_portability.h addresses #1269
2013-04-16 23:57:29 -04:00
key.c
CIL gets upset if includes are not in the same order, because int64_t gets typedefed to different things depending on what you include. So do all the includes in a standard way. Addresses #1185 .
2013-04-16 23:57:20 -04:00
key.h
Rename the last bunch of symbols to toku_symbols. Closes #8 .
2007-11-29 18:14:40 +00:00
kv-pair.h
{{{test-recover3.tdb}}} doesn't crash during recovery now. (It crashes because it recovered to the wrong state.) Addresses #558 .
2008-04-03 22:27:32 +00:00
leafentry.c
Some fixes for recovery ( #1364 ). Also some temporary fixes for #1277 . Addresses #1364 , #1277 .
2013-04-16 23:57:35 -04:00
leafentry.h
rename to toku_portability.h addresses #1269
2013-04-16 23:57:29 -04:00
list.h
Rollback is working a little better. Addresses #27 .
2008-02-14 19:23:25 +00:00
lock.h
Add copyright 2008. Fixes #283 .
2008-01-24 15:10:32 +00:00
log-internal.h
Create a test for #1389 . Addresses #1389 .
2013-04-16 23:57:38 -04:00
log.c
Create a test for #1389 . Addresses #1389 .
2013-04-16 23:57:38 -04:00
log.h
Create a test for #1389 . Addresses #1389 .
2013-04-16 23:57:38 -04:00
logformat.c
Merge {{{tokudb.1381}}} onto the main line.
2013-04-16 23:57:38 -04:00
Makefile
Candidate fix for #1374 (wrong db.h include file for BDB versions of code.) Addresses #1374 .
2013-04-16 23:57:37 -04:00
Makefile.new
Move newbrt tests to subdir. Fixes #796 .
2008-05-08 20:30:33 +00:00
memarena.c
Addresses #1032 , #1343
2013-04-16 23:57:37 -04:00
memarena.h
Merge in the tokudb.1017 patches to the main branch. Fixes #1017 .
2008-07-11 22:00:06 +00:00
memory-debug.c
Merge the 558 branch back to the main with
2008-04-02 23:40:36 +00:00
mempool.c
CIL gets upset if includes are not in the same order, because int64_t gets typedefed to different things depending on what you include. So do all the includes in a standard way. Addresses #1185 .
2013-04-16 23:57:20 -04:00
mempool.h
compile newbrt with icc. addresses #1185
2013-04-16 23:57:19 -04:00
omt.c
rename to toku_portability.h addresses #1269
2013-04-16 23:57:29 -04:00
omt.h
Merge all mainline patches into the 1195 branch. Fixes #1243 .
2013-04-16 23:57:26 -04:00
rbuf.h
rename to toku_portability.h addresses #1269
2013-04-16 23:57:29 -04:00
recover.c
Some fixes for recovery ( #1364 ). Also some temporary fixes for #1277 . Addresses #1364 , #1277 .
2013-04-16 23:57:35 -04:00
roll.c
Merge {{{tokudb.1381}}} onto the main line.
2013-04-16 23:57:38 -04:00
rwlock.c
merge some tokudb.1032 into 1032b. addresses #1032
2013-04-16 23:57:27 -04:00
tdb-recover.c
Get rid of more cil warnings. Addresses #1185 .
2013-04-16 23:57:20 -04:00
tdb_logprint.c
Get rid of icc warnings (with port-win warnings.) Addresss #1185 .
2013-04-16 23:57:21 -04:00
threadpool.c
fix some data race problems detected with helgrind. addresses #1277
2013-04-16 23:57:35 -04:00
threadpool.h
fix some data race problems detected with helgrind. addresses #1277
2013-04-16 23:57:35 -04:00
trace_mem.c
Candidate fix for #1374 (wrong db.h include file for BDB versions of code.) Addresses #1374 .
2013-04-16 23:57:37 -04:00
trace_mem.h
Get rid of almost all compiler warnings in newbrt. Addresses #1185 .
2013-04-16 23:57:20 -04:00
valgrind.suppressions
Closes #1295
2013-04-16 23:57:30 -04:00
wbuf.h
replace htonl with toku_htonl. addresses #1255
2013-04-16 23:57:29 -04:00
x1764.c
Merge all mainline patches into the 1195 branch. Fixes #1243 .
2013-04-16 23:57:26 -04:00
x1764.h
compile using gcc 4.3 (fedora 9) addresses #1195
2013-04-16 23:57:25 -04:00
ybt.c
CIL gets upset if includes are not in the same order, because int64_t gets typedefed to different things depending on what you include. So do all the includes in a standard way. Addresses #1185 .
2013-04-16 23:57:20 -04:00
ybt.h
Addresses #860
2008-05-24 17:22:14 +00:00