mariadb/newbrt
Rich Prohaska 4ac45ace29 detect mostly sequential insertions. addresses #1003
git-svn-id: file:///svn/tokudb@4979 c7de825b-a66e-492c-adef-691d508d4ae1
2008-07-08 11:08:15 +00:00
..
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 Did 2008-06-17 17:05:19 +00:00
brt-internal.h Merge in the final hash shortcuts. 2008-06-18 21:38:01 +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 Merge in the final hash shortcuts. 2008-06-18 21:38:01 +00:00
brt-test-helpers.c Merge in the final hash shortcuts. 2008-06-18 21:38:01 +00:00
brt-verify.c Get rid of {{{toku_keycompare}}} in favor of {{{brt->compare_fun}}} in {{{brt.c}}}. Fixes #9. 2008-06-19 11:32:25 +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 detect mostly sequential insertions. addresses #1003 2008-07-08 11:08:15 +00:00
brt.h Merge the streamlining changes from #911. Fixes #911. 2008-06-12 20:32:22 +00:00
brtdump.c Did 2008-06-17 17:05:19 +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 2008-06-17 17:05:19 +00:00
cachetable.h Did 2008-06-17 17:05:19 +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 Enable tail calls. Fixes #879. 2008-06-19 01:46:41 +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 Merge in the final hash shortcuts. 2008-06-18 21:38:01 +00:00
roll.c send commits for delete operations. addresses #976 2008-07-01 19:52:35 +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