mariadb/newbrt
Yoni Fogel 44894c394a Addresses #368
Deals with NULL transactions in an INIT_TXN environment.
Does not deal with NULL txn cursors yet.
Also adds DB_AUTO_COMMIT

git-svn-id: file:///svn/tokudb@2252 c7de825b-a66e-492c-adef-691d508d4ae1
2008-02-11 20:00:19 +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 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
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 Addresses #368 2008-02-11 20:00:19 +00:00
brt.h Addresses #368 2008-02-11 20:00:19 +00:00
brtdump.c Use toku_assert instead of assert. Addresses #354. 2008-02-08 03:17:38 +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 Use toku_assert instead of assert. Addresses #354. 2008-02-08 03:17:38 +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 first cut or new cursors merge to trunk. addresses #250 2008-01-25 15:43:37 +00:00
lock.h Add copyright 2008. Fixes #283. 2008-01-24 15:10:32 +00:00
log-internal.h Use toku_assert instead of assert. Addresses #354. 2008-02-08 03:17:38 +00:00
log-test.c Use toku_assert instead of assert. Addresses #354. 2008-02-08 03:17:38 +00:00
log.c On sync, if there is a parent, put the rollback info into the parent. Addresses #27. 2008-02-08 20:03:53 +00:00
log.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
logformat.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
Makefile Use toku_assert instead of assert. Addresses #354. 2008-02-08 03:17:38 +00:00
memory.c Use toku_assert instead of assert. Addresses #354. 2008-02-08 03:17:38 +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 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.c Note that pma_search might as well be written recursively. Addresses #374. 2008-02-10 15:26:10 +00:00
pma.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
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 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
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-primes.c add test-primes. addresses #277 2008-01-17 19:35:12 +00:00
test.h Quiet down some of the newbrt tests. Addresses #13. 2007-12-22 20:56:20 +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