..
checksum-benchmarks
locking-benchmarks
benchmark-test.c
Use toku_assert instead of assert. Addresses #354 .
2008-02-08 03:17:38 +00:00
brt-internal.h
Make rollback do the right thing in some cases fo internal nodes. Addresses #556 .
2008-03-19 19:23:45 +00:00
brt-search.h
update documentation. addresses #202
2008-01-27 13:45:27 +00:00
brt-serialize-test.c
Break up brt-test some more. Addresses #475 . Also make the fanout flexible. Fixes #126 .
2008-03-06 21:46:57 +00:00
brt-serialize.c
Rollback is better, but still broken. Addresses #556 .
2008-03-19 22:42:46 +00:00
brt-test-cursor-2.c
Deal with the multithreaded cursor DBT memory allocaiton problem. Addresses #538 . (I'm going to write a few more tests before calling it fixed.)
2008-03-15 19:06:39 +00:00
brt-test-cursor.c
Deal with the multithreaded cursor DBT memory allocaiton problem. Addresses #538 . (I'm going to write a few more tests before calling it fixed.)
2008-03-15 19:06:39 +00:00
brt-test-helpers.c
Separate some of the test helpers from brt.c to brt-test-helpers.c. Addresses #472 .
2008-03-05 18:34:32 +00:00
brt-test.c
Deal with the multithreaded cursor DBT memory allocaiton problem. Addresses #538 . (I'm going to write a few more tests before calling it fixed.)
2008-03-15 19:06:39 +00:00
brt-test3.c
Break up brt-test some more. Addresses #475 . Also make the fanout flexible. Fixes #126 .
2008-03-06 21:46:57 +00:00
brt-test4.c
Break out test4 from brt-test. brt-test runs in 13 seconds, brt-test4 in 9 seconds, brt-test-cursor in 4 seconds, so we have halved the critical path. Fixes #475 .
2008-03-06 16:35:18 +00:00
brt-verify.c
Use toku_assert instead of assert. Addresses #354 .
2008-02-08 03:17:38 +00:00
brt-XY.c
brt.c
Add the first two tests for {{{DB_ENV->log_archive}}}. Fix up some memory leaks. Add {{{LSN*}}} to all the {{{toku_log_*}}} functions so that {{{toku_logger_txn_begin}}} can use the LSN as a txnid. Addresses #75 , #83 , #392 .
2008-03-21 21:02:30 +00:00
brt.h
Make rollback do the right thing in some cases fo internal nodes. Addresses #556 .
2008-03-19 19:23:45 +00:00
brt2.c
set_lg_max is ipmlemented, tested, and documented. Fixes #79 .
2008-03-08 13:02:32 +00:00
brtdump.c
{{{test_log8}}} recovers now. Fixes #544 .
2008-03-17 02:40:59 +00:00
brttypes.h
make {{{DB_ENV->log_archive}}} return something (but it's not quite right). Clean up the serialization of the brt header. Fix up {{{DB_ENV->txn_checkpoint}}} (but it's not quite right). Addresses #75 , #83 , #392 .
2008-03-21 19:40:32 +00:00
cachetable-test.c
Rollback during abort. Fixes #448 .
2008-02-26 17:47:40 +00:00
cachetable-test2.c
Rollback during abort. Fixes #448 .
2008-02-26 17:47:40 +00:00
cachetable.c
{{{DB_ENV->log_archive}}} understands checkpoints, but not live transactions. Addresses #75 , #83 , #392 .
2008-03-21 20:43:39 +00:00
cachetable.h
{{{DB_ENV->log_archive}}} understands checkpoints, but not live transactions. Addresses #75 , #83 , #392 .
2008-03-21 20:43:39 +00:00
crc.h
Minor modifications to remove some warnings.
2008-02-01 18:47:40 +00:00
fifo-test-exp.c
Make rollback do the right thing in some cases fo internal nodes. Addresses #556 .
2008-03-19 19:23:45 +00:00
fifo-test.c
Use toku_assert instead of assert. Addresses #354 .
2008-02-08 03:17:38 +00:00
fifo.c
Make rollback do the right thing in some cases fo internal nodes. Addresses #556 .
2008-03-19 19:23:45 +00:00
fifo.h
Make rollback do the right thing in some cases fo internal nodes. Addresses #556 .
2008-03-19 19:23:45 +00:00
fingerprint.c
Use toku_assert instead of assert. Addresses #354 .
2008-02-08 03:17:38 +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
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
Add the first two tests for {{{DB_ENV->log_archive}}}. Fix up some memory leaks. Add {{{LSN*}}} to all the {{{toku_log_*}}} functions so that {{{toku_logger_txn_begin}}} can use the LSN as a txnid. Addresses #75 , #83 , #392 .
2008-03-21 21:02:30 +00:00
log-test.c
Update log-test to work better and test some logging as unit tests. Addresses #484 .
2008-03-11 18:51:26 +00:00
log-test2.c
Update log-test to work better and test some logging as unit tests. Addresses #484 .
2008-03-11 18:51:26 +00:00
log-test3.c
Create log-test3.c
2008-03-11 18:55:42 +00:00
log-test4.c
Group commit working in tokulogger. Need to release some locks in ydb. Addresses #484 .
2008-03-12 17:55:11 +00:00
log-test5.c
Group commit working in tokulogger. Need to release some locks in ydb. Addresses #484 .
2008-03-12 17:55:11 +00:00
log-test6.c
Group commit working in tokulogger. Need to release some locks in ydb. Addresses #484 .
2008-03-12 17:55:11 +00:00
log.c
Finish {{{DB_ENV->log_archive}}}, honoring the oldest live txn. Addresses #83 . Fixes #75 , #392 .
2008-03-21 21:13:58 +00:00
log.h
Add the first two tests for {{{DB_ENV->log_archive}}}. Fix up some memory leaks. Add {{{LSN*}}} to all the {{{toku_log_*}}} functions so that {{{toku_logger_txn_begin}}} can use the LSN as a txnid. Addresses #75 , #83 , #392 .
2008-03-21 21:02:30 +00:00
logformat.c
Add the first two tests for {{{DB_ENV->log_archive}}}. Fix up some memory leaks. Add {{{LSN*}}} to all the {{{toku_log_*}}} functions so that {{{toku_logger_txn_begin}}} can use the LSN as a txnid. Addresses #75 , #83 , #392 .
2008-03-21 21:02:30 +00:00
Makefile
Make rollback do the right thing in some cases fo internal nodes. Addresses #556 .
2008-03-19 19:23:45 +00:00
memory.c
Deal with the multithreaded cursor DBT memory allocaiton problem. Addresses #538 . (I'm going to write a few more tests before calling it fixed.)
2008-03-15 19:06:39 +00:00
memory.h
Break up brt-test some more. Addresses #475 . Also make the fanout flexible. Fixes #126 .
2008-03-06 21:46:57 +00:00
mempool.c
Use toku_assert instead of assert. Addresses #354 .
2008-02-08 03:17:38 +00:00
mempool.h
memtest.c
Use toku_assert instead of assert. Addresses #354 .
2008-02-08 03:17:38 +00:00
pma-cursor.h
Improvements to rollback. Addresses #27 .
2008-02-27 11:05:19 +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
{{{test_log8}}} recovers now. Fixes #544 .
2008-03-17 02:40:59 +00:00
pma.c
Add the first two tests for {{{DB_ENV->log_archive}}}. Fix up some memory leaks. Add {{{LSN*}}} to all the {{{toku_log_*}}} functions so that {{{toku_logger_txn_begin}}} can use the LSN as a txnid. Addresses #75 , #83 , #392 .
2008-03-21 21:02:30 +00:00
pma.h
{{{test_log8}}} recovers now. Fixes #544 .
2008-03-17 02:40:59 +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
recover.c
Add the first two tests for {{{DB_ENV->log_archive}}}. Fix up some memory leaks. Add {{{LSN*}}} to all the {{{toku_log_*}}} functions so that {{{toku_logger_txn_begin}}} can use the LSN as a txnid. Addresses #75 , #83 , #392 .
2008-03-21 21:02:30 +00:00
roll.c
test_abort2 works up until a lock tree problem. I think the test and abort mechanisms are right now. I'll close #556 but file a new bug ( #569 ). Fixes #556 . Addresses #569 .
2008-03-20 22:01:57 +00:00
rwlock.c
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
test-assert.c
Use toku_assert instead of assert. Addresses #354 .
2008-02-08 03:17:38 +00:00
test-brt-delete-both.c
Forgot to commit something. Addresses #27 .
2008-02-26 15:54:14 +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
make {{{DB_ENV->log_archive}}} return something (but it's not quite right). Clean up the serialization of the brt header. Fix up {{{DB_ENV->txn_checkpoint}}} (but it's not quite right). Addresses #75 , #83 , #392 .
2008-03-21 19:40:32 +00:00
ybt-test.c
Use toku_assert instead of assert. Addresses #354 .
2008-02-08 03:17:38 +00:00
ybt.c
Addresses #583
2008-03-27 21:22:57 +00:00
ybt.h
yerror.h