mariadb/newbrt
Bradley C. Kuszmaul 83b7ff8630 Turn on inter-unit optimization for the newbrt code. The lock tree still doesn't have it. Addresses #793.
git-svn-id: file:///svn/tokudb@3854 c7de825b-a66e-492c-adef-691d508d4ae1
2008-05-08 14:31:05 +00:00
..
checksum-benchmarks
locking-benchmarks
benchmark-test.c Log db close so that recovery will work right if the same db is opened and closed repeatedly. 2008-04-17 03:11:55 +00:00
brt-internal.h Clean up, clean up, everybody clean their share. Fixes #791. 2008-05-08 07:16:26 +00:00
brt-search.h Merge the 558 branch back to the main with 2008-04-02 23:40:36 +00:00
brt-serialize-test.c Hacking makefiles. Also make the filenames used by the tests work more reliably. Addresses #782. 2008-05-04 16:56:15 +00:00
brt-serialize.c Hacking makefiles. Also make the filenames used by the tests work more reliably. Addresses #782. 2008-05-04 16:56:15 +00:00
brt-test-cursor-2.c Log db close so that recovery will work right if the same db is opened and closed repeatedly. 2008-04-17 03:11:55 +00:00
brt-test-cursor.c Hacking makefiles. Also make the filenames used by the tests work more reliably. Addresses #782. 2008-05-04 16:56:15 +00:00
brt-test-helpers.c Calculate an estimate of the number of {{{LEAFENTRY}}}s below each node. 2008-04-30 13:23:04 +00:00
brt-test-named-db.c Hacking makefiles. Also make the filenames used by the tests work more reliably. Addresses #782. 2008-05-04 16:56:15 +00:00
brt-test.c Hacking makefiles. Also make the filenames used by the tests work more reliably. Addresses #782. 2008-05-04 16:56:15 +00:00
brt-test0.c Hacking makefiles. Also make the filenames used by the tests work more reliably. Addresses #782. 2008-05-04 16:56:15 +00:00
brt-test1.c Hacking makefiles. Also make the filenames used by the tests work more reliably. Addresses #782. 2008-05-04 16:56:15 +00:00
brt-test2.c Hacking makefiles. Also make the filenames used by the tests work more reliably. Addresses #782. 2008-05-04 16:56:15 +00:00
brt-test3.c Log db close so that recovery will work right if the same db is opened and closed repeatedly. 2008-04-17 03:11:55 +00:00
brt-test4.c Log db close so that recovery will work right if the same db is opened and closed repeatedly. 2008-04-17 03:11:55 +00:00
brt-test5.c Hacking makefiles. Also make the filenames used by the tests work more reliably. Addresses #782. 2008-05-04 16:56:15 +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
brt.c Write the brt keyrange code. Untested. Addresses #764. 2008-05-08 13:05:01 +00:00
brt.h Addresses #394 2008-05-07 20:03:13 +00:00
brtdump.c Calculate an estimate of the number of {{{LEAFENTRY}}}s below each node. 2008-04-30 13:23:04 +00:00
brttypes.h Merge in the OMT and its integration into the main line. 2008-04-22 20:39:50 +00:00
cachetable-test.c Hacking makefiles. Also make the filenames used by the tests work more reliably. Addresses #782. 2008-05-04 16:56:15 +00:00
cachetable-test2.c Hacking makefiles. Also make the filenames used by the tests work more reliably. Addresses #782. 2008-05-04 16:56:15 +00:00
cachetable.c Clean up, clean up, everybody clean their share. Fixes #791. 2008-05-08 07:16:26 +00:00
cachetable.h Log db close so that recovery will work right if the same db is opened and closed repeatedly. 2008-04-17 03:11:55 +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-test.c
fifo.c A little more dead code. Addresses #684. 2008-04-09 21:08:17 +00:00
fifo.h Remove dead code for expunging fifos. Fixes #684. 2008-04-09 18:52:03 +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
hclip.c
key.c
key.h
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 The fix is to #687 is that the latest value from a le_both was providing the committed value rather than the provisional value. Fixes #687 2008-04-09 21:43:13 +00:00
leafentry.h Merge in the OMT and its integration into the main line. 2008-04-22 20:39:50 +00:00
list-test.c
list.h
lock.h
log-internal.h Clean up, clean up, everybody clean their share. Fixes #791. 2008-05-08 07:16:26 +00:00
log-test.c
log-test2.c
log-test3.c
log-test4.c
log-test5.c
log-test6.c
log.c Add the list of txns. Addresses #735. Fixes #749. 2008-04-26 03:16:30 +00:00
log.h Add the list of txns. Addresses #735. Fixes #749. 2008-04-26 03:16:30 +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 Turn on inter-unit optimization for the newbrt code. The lock tree still doesn't have it. Addresses #793. 2008-05-08 14:31:05 +00:00
Makefile.include Some keyrange support. Addresess #764. 2008-05-08 07:05:26 +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 Merge the tokudb.558 branch back to to the main branch with: 2008-04-07 01:30:25 +00:00
mempool.h Write leafentry code, and get things to compile. Make it more compatible with -Wconversion. Addresses #558. 2008-04-04 18:22:01 +00:00
memtest.c
omt-test.c Addresses #724 2008-04-24 15:21:39 +00:00
omt.c Hacking makefiles. Also make the filenames used by the tests work more reliably. Addresses #782. 2008-05-04 16:56:15 +00:00
omt.h Some keyrange support. Addresess #764. 2008-05-08 07:05:26 +00:00
primes.c
primes.h
rbuf.h Store the rollbacks on disk. Fixes #711. Addresses #698 (maybe fixes it). 2008-04-21 04:22:45 +00:00
recover.c Fix a segfault in test_log6.recover. Addresses #740. 2008-05-07 00:40:45 +00:00
roll.c Dramatic speedups: For {{{db-benchmark-test -x}}} (4 interations) 2008-05-03 12:43:25 +00:00
rwlock.c
tdb-recover.c
tdb_logprint.c
test-assert.c port to 32 bit machines. addresses #631 2008-04-03 00:13:34 +00:00
test-brt-delete-both.c Log db close so that recovery will work right if the same db is opened and closed repeatedly. 2008-04-17 03:11:55 +00:00
test-brt-overflow.c Log db close so that recovery will work right if the same db is opened and closed repeatedly. 2008-04-17 03:11:55 +00:00
test-del-inorder.c Log db close so that recovery will work right if the same db is opened and closed repeatedly. 2008-04-17 03:11:55 +00:00
test-inc-split.c Log db close so that recovery will work right if the same db is opened and closed repeatedly. 2008-04-17 03:11:55 +00:00
test-primes.c
test.h
test_oexcl.c
test_toku_malloc_plain_free.c
toku_assert.c Merge the 558 branch back to the main with 2008-04-02 23:40:36 +00:00
toku_assert.h Merge the 558 branch back to the main with 2008-04-02 23:40:36 +00:00
wbuf.h Write leafentry code, and get things to compile. Make it more compatible with -Wconversion. Addresses #558. 2008-04-04 18:22:01 +00:00
ybt-test.c
ybt.c Closes #792 2008-05-08 08:30:50 +00:00
ybt.h Addresses #394 2008-05-07 20:03:13 +00:00