mariadb/newbrt
Bradley C. Kuszmaul eb9ad2a896 Merge in the 2462 branch that has a rudimentary implementation of polling. Refs #2462. [t:2462]
{{{
svn merge -c 18768 https://svn.tokutek.com/tokudb/toku/tokudb.2462
}}}
.


git-svn-id: file:///svn/toku/tokudb@18771 c7de825b-a66e-492c-adef-691d508d4ae1
2013-04-16 23:59:03 -04:00
..
checksum-benchmarks Addresses #2257 refs[t:2257] Merge windows port back into main. 2013-04-16 23:58:56 -04:00
compression-ratio Addresses #2257 refs[t:2257] Merge windows port back into main. 2013-04-16 23:58:56 -04:00
hash-benchmarks Addresses #2257 refs[t:2257] Merge windows port back into main. 2013-04-16 23:58:56 -04:00
locking-benchmarks Addresses #2257 refs[t:2257] Merge windows port back into main. 2013-04-16 23:58:56 -04:00
tests fix 32 bit linux build of brtloader test #2475 closes[t:2475] 2013-04-16 23:59:03 -04:00
worker-thread-benchmarks Addresses #2257 refs[t:2257] Merge windows port back into main. 2013-04-16 23:58:56 -04:00
.gitignore Updated git ignore files 2013-04-16 23:57:40 -04:00
backwards_10.c Add keywords. [t:2468]. Refs #2468. 2013-04-16 23:59:03 -04:00
backwards_10.h Add keywords. [t:2468]. Refs #2468. 2013-04-16 23:59:03 -04:00
block_allocator.c closes[t:2408] Merge branch #2408 back to main. Delete dev branch. 2013-04-16 23:59:01 -04:00
block_allocator.h closes[t:2408] Merge branch #2408 back to main. Delete dev branch. 2013-04-16 23:59:01 -04:00
block_table.c closes[t:2463] Merge #2463 changes (r18552,18555) to main to fix race condition 2013-04-16 23:59:02 -04:00
block_table.h closes[t:2463] Merge #2463 changes (r18552,18555) to main to fix race condition 2013-04-16 23:59:02 -04:00
bread.c Add #ident Id info to all the newbrt/*.c and newbrt/*.h files. Refs #1529. 2013-04-16 23:57:48 -04:00
bread.h Refs #1529. 2013-04-16 23:57:48 -04:00
brt-internal.h [t:2249] Merge #2249 to main. 2013-04-16 23:59:03 -04:00
brt-search.h Refs #1529. 2013-04-16 23:57:48 -04:00
brt-serialize.c closes[t:2463] Merge #2463 changes (r18552,18555) to main to fix race condition 2013-04-16 23:59:02 -04:00
brt-test-helpers.c Closes #2153 refs[t:2153] fopen logged only once (unless closed and reopened). Removed logger from cachefile_close, 2013-04-16 23:58:06 -04:00
brt-verify.c Addresses #1125 Merged nested transactions from temporary merge branch into main. 2013-04-16 23:57:56 -04:00
brt-XY.c Addresses #1987 refs[t:1987] Fully replace (rename) BRT_CMD with BRT_MSG (same struct) for consistency 2013-04-16 23:58:00 -04:00
brt.c [t:2249] Fix memory leak introduced in r18617 (merge of 2249) 2013-04-16 23:59:03 -04:00
brt.h Merge all the changes from tokudb.2370. We hope to deprecate 2370. 2013-04-16 23:59:03 -04:00
brt_msg.c remove the fifo_msg cruft from the newbrt refs[t:2189] 2013-04-16 23:58:54 -04:00
brt_msg.h remove the fifo_msg cruft from the newbrt refs[t:2189] 2013-04-16 23:58:54 -04:00
brtdump.c [t:2249] Merge #2249 to main. 2013-04-16 23:59:03 -04:00
brtloader-internal.h Merge 2216b onto main line. Refs #2216. [t:2216] 2013-04-16 23:59:03 -04:00
brtloader.c Merge in the 2462 branch that has a rudimentary implementation of polling. Refs #2462. [t:2462] 2013-04-16 23:59:03 -04:00
brtloader.h Merge in the 2462 branch that has a rudimentary implementation of polling. Refs #2462. [t:2462] 2013-04-16 23:59:03 -04:00
brttypes.h Merge changes from 2216a to main (except possibly for the windows subdirectory, which Yoni will do separately). 2013-04-16 23:59:01 -04:00
cachetable.c [t:2249] Merge #2249 to main. 2013-04-16 23:59:03 -04:00
cachetable.h [t:2249] Merge #2249 to main. 2013-04-16 23:59:03 -04:00
checkpoint.c Addresses #2164 refs[t:2164] Zombie locking contract now enforced in rename/remove 2013-04-16 23:58:06 -04:00
checkpoint.h Addresses #2164 refs[t:2164] Zombie locking contract now enforced in rename/remove 2013-04-16 23:58:06 -04:00
fifo.c remove the fifo peek cmdstruct cruft refs[t:2189] 2013-04-16 23:58:54 -04:00
fifo.h remove the fifo peek cmdstruct cruft refs[t:2189] 2013-04-16 23:58:54 -04:00
fifo_msg.c Addresses #1987 refs[t:1987] Fully replace (rename) BRT_CMD with BRT_MSG (same struct) for consistency 2013-04-16 23:58:00 -04:00
fifo_msg.h Addresses #1987 refs[t:1987] Fully replace (rename) BRT_CMD with BRT_MSG (same struct) for consistency 2013-04-16 23:58:00 -04:00
fingerprint.c Addresses #1125 Merged nested transactions from temporary merge branch into main. 2013-04-16 23:57:56 -04:00
hashfun.h Refs #1529. 2013-04-16 23:57:48 -04:00
hclip.c Change main's second argument to {{{char *const*argv}}}. Fixes #2228. close[t:2228] 2013-04-16 23:59:01 -04:00
includes.h Closes #2128 closes[t:2128] List structure renamed to toku_list, same as header, and header moved 2013-04-16 23:58:05 -04:00
key.c Addresses #2037 refs[t:2037] Merged #2037 back into main 2013-04-16 23:58:04 -04:00
key.h Addresses #2037 refs[t:2037] Merged #2037 back into main 2013-04-16 23:58:04 -04:00
kv-pair.h Refs #1529. 2013-04-16 23:57:48 -04:00
leafentry.c Addresses #1924 refs[t:1924] Initial version of upgrade (10->11) logic is complete 2013-04-16 23:57:58 -04:00
leafentry.h Addresses #1737 refs[t:1737] Mega abort/mega commit messages coded 2013-04-16 23:58:02 -04:00
leaflock.c Addresses #2037 refs[t:2037] Merged #2037 back into main 2013-04-16 23:58:04 -04:00
leaflock.h Addresses #2037 refs[t:2037] Merged #2037 back into main 2013-04-16 23:58:04 -04:00
lock.h Refs #1529. 2013-04-16 23:57:48 -04:00
log-internal.h Merge r18357 to put the logger statistics. Refs #2385. [t:2385]. 2013-04-16 23:59:03 -04:00
log.h Addresses #2249 [t:2249] Merge DB_ENV->put_multiple branch back onto main. 2013-04-16 23:58:58 -04:00
logcursor.c Add keywords. [t:2468]. Refs #2468. 2013-04-16 23:59:03 -04:00
logcursor.h Add keywords. [t:2468]. Refs #2468. 2013-04-16 23:59:03 -04:00
logfilemgr.c Add keywords. [t:2468]. Refs #2468. 2013-04-16 23:59:03 -04:00
logfilemgr.h Add keywords. [t:2468]. Refs #2468. 2013-04-16 23:59:03 -04:00
logformat.c [t:2249] Merge #2249 to main. 2013-04-16 23:59:03 -04:00
logger.c Add keywords. [t:2468]. Refs #2468. 2013-04-16 23:59:03 -04:00
logger.h Add keywords. [t:2468]. Refs #2468. 2013-04-16 23:59:03 -04:00
make.include Merge changes from 2216a to main (except possibly for the windows subdirectory, which Yoni will do separately). 2013-04-16 23:59:01 -04:00
Makefile Merge changes from 2216a to main (except possibly for the windows subdirectory, which Yoni will do separately). 2013-04-16 23:59:01 -04:00
Makefile.new
memarena.c Closes #1969 closes[t:1969] Fix assertion in round_to_page 2013-04-16 23:58:02 -04:00
memarena.h Refs #1529. 2013-04-16 23:57:48 -04:00
memory-debug.c Refs #1529. 2013-04-16 23:57:48 -04:00
mempool.c Refs #1529. 2013-04-16 23:57:48 -04:00
mempool.h Refs #1529. 2013-04-16 23:57:48 -04:00
merger-test.c Change main's second argument to {{{char *const*argv}}}. Fixes #2228. close[t:2228] 2013-04-16 23:59:01 -04:00
merger.c Add keywords. [t:2468]. Refs #2468. 2013-04-16 23:59:03 -04:00
merger.h Merge 2216 onto main (from 16706-17293) as 2013-04-16 23:58:59 -04:00
minicron.c Add keywords. [t:2468]. Refs #2468. 2013-04-16 23:59:03 -04:00
minicron.h Add keywords. [t:2468]. Refs #2468. 2013-04-16 23:59:03 -04:00
omt.c Addresses #1866 List of live transactions (in logger) is now an omt instead of a linked list. 2013-04-16 23:57:56 -04:00
omt.h Closes #2128 closes[t:2128] List structure renamed to toku_list, same as header, and header moved 2013-04-16 23:58:05 -04:00
rbuf.h Addresses #2037 refs[t:2037] Merged #2037 back into main 2013-04-16 23:58:04 -04:00
recover.c Merge r18344. No actual changes. Refs #2467. [t:2467]. 2013-04-16 23:59:03 -04:00
recover.h Add keywords. [t:2468]. Refs #2468. 2013-04-16 23:59:03 -04:00
roll.c [t:2249] Merge #2249 to main. 2013-04-16 23:59:03 -04:00
roll.h Add keywords. [t:2468]. Refs #2468. 2013-04-16 23:59:03 -04:00
rollback.c Add keywords. [t:2468]. Refs #2468. 2013-04-16 23:59:03 -04:00
rollback.h Add keywords. [t:2468]. Refs #2468. 2013-04-16 23:59:03 -04:00
rwlock.c Refs #1529. 2013-04-16 23:57:48 -04:00
rwlock.h Closes #1971 closes[t:1971] Hack (redefine UU() again in rwlock.h) to fix windows compile. 2013-04-16 23:58:00 -04:00
tdb-recover.c Change main's second argument to {{{char *const*argv}}}. Fixes #2228. close[t:2228] 2013-04-16 23:59:01 -04:00
tdb_logprint.c Change main's second argument to {{{char *const*argv}}}. Fixes #2228. close[t:2228] 2013-04-16 23:59:01 -04:00
threadpool.c Addresses #1765, #1730, #1733, Merge 12079:12119 from 2.0.0 into main 2013-04-16 23:57:53 -04:00
threadpool.h Refs #1529. 2013-04-16 23:57:48 -04:00
toku_worker.c Addresses #1765 Merge [12079] into main (pthreads-win32 for windows) 2013-04-16 23:57:53 -04:00
toku_worker.h Refs #1529. 2013-04-16 23:57:48 -04:00
tokuconst.h Addresses #1866 refs [t:1866] Disable implicit promotion on query 2013-04-16 23:57:57 -04:00
trace_mem.c Addresses #1765 Merge [12079] into main (pthreads-win32 for windows) 2013-04-16 23:57:53 -04:00
trace_mem.h Refs #1529. 2013-04-16 23:57:48 -04:00
txn.c Add keywords. [t:2468]. Refs #2468. 2013-04-16 23:59:03 -04:00
txn.h Add keywords. [t:2468]. Refs #2468. 2013-04-16 23:59:03 -04:00
ule.c Merge changes from 2216a to main (except possibly for the windows subdirectory, which Yoni will do separately). 2013-04-16 23:59:01 -04:00
ule.h Addresses #1862 refs[t:1862] Return ULE_DEBUG to 0 (accidentally set it to 1 in r1862) 2013-04-16 23:58:02 -04:00
valgrind.suppressions Closes #1378 Merged all changes into main. 2013-04-16 23:57:41 -04:00
varray.c merge -c 14118 tokudb.1960 to main [t:1960] 2013-04-16 23:57:59 -04:00
varray.h merge -c 14118 tokudb.1960 to main [t:1960] 2013-04-16 23:57:59 -04:00
wbuf.h Addresses #2249 [t:2249] Merge DB_ENV->put_multiple branch back onto main. 2013-04-16 23:58:58 -04:00
workqueue.h Improved comments only 2013-04-16 23:57:52 -04:00
workset.h closes[t:2427] Fix windows build. 2013-04-16 23:59:01 -04:00
x1764.c Merge changes from 2216a to main (except possibly for the windows subdirectory, which Yoni will do separately). 2013-04-16 23:59:01 -04:00
x1764.h Refs #1529. 2013-04-16 23:57:48 -04:00
xids-internal.h Addresses #1125 Merged nested transactions from temporary merge branch into main. 2013-04-16 23:57:56 -04:00
xids.c Addresses #1125 refs[t:1125] windows warning-removal port of brtdump supporting XIDS 2013-04-16 23:57:58 -04:00
xids.h Addresses #1125 refs[t:1125] brtdump upgraded to support XIDS in messages 2013-04-16 23:57:58 -04:00
ybt.c Refs #1529. 2013-04-16 23:57:48 -04:00
ybt.h Refs #1529. 2013-04-16 23:57:48 -04:00