..
checksum-benchmarks
Up
2007-11-14 17:58:38 +00:00
locking-benchmarks
Check interprocess pthread rwlocks o see if they work. Fixes #4
2007-11-19 22:01:16 +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
Don't always fill with zeros. Fixes #917 . Gives some speedups on random.
2008-06-15 17:09:14 +00:00
brt-internal.h
Don't always fill with zeros. Fixes #917 . Gives some speedups on random.
2008-06-15 17:09:14 +00:00
brt-search.h
Merge the 558 branch back to the main with
2008-04-02 23:40:36 +00:00
brt-serialize.c
Oops. Addresses #917 .
2008-06-15 20:49:15 +00:00
brt-test-helpers.c
Closes #855 Merged back into trunk
2008-05-30 20:41:12 +00:00
brt-verify.c
Change the {{{LEAFENTRY}}} to {{{OMTVALUE}}} when using the omt, and also change the type of {{{OMTVALUE}}} to {{{void*}}} so we can have two different OMTs coexisting. Fixes #750 .
2008-04-25 13:45:55 +00:00
brt-XY.c
Rename a bunch of symbols to toku_symbols. Addresses #8 .
2007-11-29 15:09:14 +00:00
brt.c
bias the pivot search in favor of appends to the dictionary. addresses #896
2008-06-16 01:26:51 +00:00
brt.h
Merge the streamlining changes from #911 . Fixes #911 .
2008-06-12 20:32:22 +00:00
brtdump.c
Fixes #22 , #333 and Addresses #818 :
2008-05-22 21:28:00 +00:00
brttypes.h
Merge in the OMT and its integration into the main line.
2008-04-22 20:39:50 +00:00
cachetable.c
Did a {{{svn merge}}} for {{{tokudb.907}}} and deleted {{{tokudb.907}}}.
2008-06-14 01:38:53 +00:00
cachetable.h
Hash the cachetable too. Fixes #891 .
2008-06-05 22:09:59 +00:00
crc.c
Hacking makefiles. Also make the filenames used by the tests work more reliably. Addresses #782 .
2008-05-04 16:56:15 +00:00
crc.h
Hacking makefiles. Also make the filenames used by the tests work more reliably. Addresses #782 .
2008-05-04 16:56:15 +00:00
fifo.c
Merge the changes for #871 and #406 into the main line as
2008-05-28 01:22:51 +00:00
fifo.h
Merge the changes for #871 and #406 into the main line as
2008-05-28 01:22:51 +00:00
fingerprint.c
Merge the tokudb.558 branch back to to the main branch with:
2008-04-07 01:30:25 +00: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
key.c
Use toku_assert instead of assert. Addresses #354 .
2008-02-08 03:17:38 +00: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
Fix issue compiler was warning about in 4577
2008-06-17 04:28:33 +00:00
leafentry.h
merge branch 838 to main. addresses #838
2008-06-12 13:53:39 +00: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
enable/disable writing tokulogs. addresses#807
2008-05-19 16:42:38 +00:00
log.c
merge branch 838 to main. addresses #838
2008-06-12 13:53:39 +00:00
log.h
merge branch 838 to main. addresses #838
2008-06-12 13:53:39 +00:00
logformat.c
Removed the undo information from the logs (to rely on the checkpoint to save a good copy in the log).
2008-05-02 14:38:35 +00:00
Makefile
Did a {{{svn merge}}} for {{{tokudb.907}}} and deleted {{{tokudb.907}}}.
2008-06-14 01:38:53 +00:00
Makefile.include
Some keyrange support. Addresess #764 .
2008-05-08 07:05:26 +00:00
Makefile.new
Move newbrt tests to subdir. Fixes #796 .
2008-05-08 20:30:33 +00:00
memory-debug.c
Merge the 558 branch back to the main with
2008-04-02 23:40:36 +00:00
memory.c
Merge the 558 branch back to the main with
2008-04-02 23:40:36 +00:00
memory.h
Some stuff didn't merge right. Addresses #558 .
2008-04-07 11:25:11 +00:00
mempool.c
Make the leaf nodes have accurate memory footprint info.
2008-05-27 21:08:31 +00:00
mempool.h
Make the leaf nodes have accurate memory footprint info.
2008-05-27 21:08:31 +00:00
omt.c
Addresses #918
2008-06-17 12:17:48 +00:00
omt.h
Get rid of ERANGE in favor of EINVAL. And fix up a couple of test cases. Addresses #855 , #856 .
2008-06-03 01:28:40 +00:00
rbuf.h
{{{
2008-05-29 03:12:59 +00:00
recover.c
Closes #855 Merged back into trunk
2008-05-30 20:41:12 +00:00
roll.c
Integrate the omtcursors into the BRT. So far only DB_NEXT is implemented. Addresses #855 , #856 .
2008-06-02 20:52:12 +00:00
rwlock.c
Add copyrights using #ident on the top of newbrt sources. Addresses #54 .
2007-11-29 14:18:54 +00:00
tdb-recover.c
Call {{{toku_malloc_cleanup}}} in {{{tdb_recover}}}. Fixes #552 .
2008-03-18 11:01:44 +00:00
tdb_logprint.c
Use toku_assert instead of assert. Addresses #354 .
2008-02-08 03:17:38 +00:00
toku_assert.c
Create continuable assertion failures. See #835 for how to use it. Fixes #835 .
2008-05-17 01:06:03 +00:00
toku_assert.h
Make toku_assert faster avoiding the call unless the expression fails. Addresses #794 .
2008-05-08 15:11:32 +00:00
wbuf.h
{{{
2008-05-29 03:12:59 +00:00
ybt.c
Addresses #912
2008-06-12 23:13:04 +00:00
ybt.h
Addresses #860
2008-05-24 17:22:14 +00:00