mariadb/newbrt
Bradley C. Kuszmaul 2eaeb874ed Separate the code for generating rollbacks and recover log entries. Addresses #27.
git-svn-id: file:///svn/tokudb@2420 c7de825b-a66e-492c-adef-691d508d4ae1
2008-02-26 15:51: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
benchmark-test.c Use toku_assert instead of assert. Addresses #354. 2008-02-08 03:17:38 +00:00
brt-internal.h Many things: 2008-02-25 22:46:48 +00:00
brt-search.h update documentation. addresses #202 2008-01-27 13:45:27 +00:00
brt-serialize-test.c Use toku_assert instead of assert. Addresses #354. 2008-02-08 03:17:38 +00:00
brt-serialize.c Rework the way transactions ids are used in the log (xid's on messages are used when inserting something into a leaf.) Addresses #27. 2008-02-08 19:54:00 +00:00
brt-test.c Use toku_assert instead of assert. Addresses #354. 2008-02-08 03:17:38 +00:00
brt-verify.c Use toku_assert instead of assert. Addresses #354. 2008-02-08 03:17:38 +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 Many things: 2008-02-25 22:46:48 +00:00
brt.h Many things: 2008-02-25 22:46:48 +00:00
brtdump.c Many things: 2008-02-25 22:46:48 +00:00
brttypes.h Add copyright 2008. Fixes #283. 2008-01-24 15:10:32 +00:00
cachetable-test.c Use toku_assert instead of assert. Addresses #354. 2008-02-08 03:17:38 +00:00
cachetable-test2.c Use toku_assert instead of assert. Addresses #354. 2008-02-08 03:17:38 +00:00
cachetable.c turn assert into an error return. close #407 2008-02-15 19:44:48 +00:00
cachetable.h Add copyright 2008. Fixes #283. 2008-01-24 15:10:32 +00:00
crc.h Minor modifications to remove some warnings. 2008-02-01 18:47:40 +00:00
fifo-test.c Use toku_assert instead of assert. Addresses #354. 2008-02-08 03:17:38 +00:00
fifo.c Use toku_assert instead of assert. Addresses #354. 2008-02-08 03:17:38 +00:00
fifo.h Add XID (Addresses #242), and also fix the problem where deletes were sneaking around inserts (Fixes #332.) 2008-02-05 18:25:23 +00:00
fingerprint.c Use toku_assert instead of assert. Addresses #354. 2008-02-08 03:17:38 +00:00
hashfun.h Add copyright 2008. Fixes #283. 2008-01-24 15:10:32 +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 Minor modifications to remove some warnings. 2008-02-01 18:47:40 +00:00
list-test.c Use toku_assert instead of assert. Addresses #354. 2008-02-08 03:17:38 +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 Separate the code for generating rollbacks and recover log entries. Addresses #27. 2008-02-26 15:51:15 +00:00
log-test.c Use toku_assert instead of assert. Addresses #354. 2008-02-08 03:17:38 +00:00
log.c Separate the code for generating rollbacks and recover log entries. Addresses #27. 2008-02-26 15:51:15 +00:00
log.h Rollback is working a little better. Addresses #27. 2008-02-14 19:23:25 +00:00
logformat.c Separate the code for generating rollbacks and recover log entries. Addresses #27. 2008-02-26 15:51:15 +00:00
Makefile Many things: 2008-02-25 22:46:48 +00:00
memory.c Rollback is working a little better. Addresses #27. 2008-02-14 19:23:25 +00:00
memory.h Closes #297 2008-01-23 18:35:54 +00:00
mempool.c Use toku_assert instead of assert. Addresses #354. 2008-02-08 03:17:38 +00:00
mempool.h Add copyrights using #ident on the top of newbrt sources. Addresses #54. 2007-11-29 14:18:54 +00:00
memtest.c Use toku_assert instead of assert. Addresses #354. 2008-02-08 03:17:38 +00:00
pma-cursor.h put the pma cursor in its own .h file 2008-02-01 19:00:12 +00:00
pma-internal.h Rework the way transactions ids are used in the log (xid's on messages are used when inserting something into a leaf.) Addresses #27. 2008-02-08 19:54:00 +00:00
pma-test.c Rollback is working a little better. Addresses #27. 2008-02-14 19:23:25 +00:00
pma.c Separate the code for generating rollbacks and recover log entries. Addresses #27. 2008-02-26 15:51:15 +00:00
pma.h Many things: 2008-02-25 22:46:48 +00:00
primes.c Use toku_assert instead of assert. Addresses #354. 2008-02-08 03:17:38 +00:00
primes.h Create {{{toku_assert}}} (Fixes #354). Make the primes test actually work (Fixes #355). Addresses #277. 2008-02-07 16:35:39 +00:00
randdb4.c Use toku_assert instead of assert. Addresses #354. 2008-02-08 03:17:38 +00:00
rbuf.h Add copyrights using #ident on the top of newbrt sources. Addresses #54. 2007-11-29 14:18:54 +00:00
recover.c Make each rollback code take a list of arguments rather than a single logentry. Makes it easier to notice that I've got unused variables. Addresses #27. 2008-02-08 22:16:02 +00:00
roll.c Separate the code for generating rollbacks and recover log entries. Addresses #27. 2008-02-26 15:51:15 +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_logprint.c Use toku_assert instead of assert. Addresses #354. 2008-02-08 03:17:38 +00:00
test-assert.c Use toku_assert instead of assert. Addresses #354. 2008-02-08 03:17:38 +00:00
test-del-inorder.c Many things: 2008-02-25 22:46:48 +00:00
test-inc-split.c Many things: 2008-02-25 22:46:48 +00:00
test-primes.c add test-primes. addresses #277 2008-01-17 19:35:12 +00:00
test.h Many things: 2008-02-25 22:46:48 +00:00
test_oexcl.c Use toku_assert instead of assert. Addresses #354. 2008-02-08 03:17:38 +00:00
test_toku_malloc_plain_free.c mixing toku_malloc and malloc is not a problem. At least with BUFFERED_MALLOC not defined. Added a test, and a {{{#error}}} inside {{{memory.c}}}. Fixes #161. 2007-12-10 11:28:00 +00:00
toku_assert.c Use toku_assert instead of assert. Addresses #354. 2008-02-08 03:17:38 +00:00
toku_assert.h Use toku_assert instead of assert. Addresses #354. 2008-02-08 03:17:38 +00:00
wbuf.h Use toku_assert instead of assert. Addresses #354. 2008-02-08 03:17:38 +00:00
ybt-test.c Use toku_assert instead of assert. Addresses #354. 2008-02-08 03:17:38 +00:00
ybt.c set the data and length to 0 for zero length things. dbt's with malloc flags are unchanged. closes #367 2008-02-08 22:53:08 +00:00
ybt.h Rename a bunch of symbols to toku_symbols. Addresses #8. 2007-11-29 15:17:46 +00:00
yerror.h Add copyrights using #ident on the top of newbrt sources. Addresses #54. 2007-11-29 14:18:54 +00:00