mariadb/newbrt
Rich Prohaska 2788c91954 #4685 get the hot indexer to work with txn's in the preparing state closes[t:4685]
git-svn-id: file:///svn/toku/tokudb@41614 c7de825b-a66e-492c-adef-691d508d4ae1
2013-04-17 00:00:17 -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 [t:3983] merging auto-upgrade to mainline 2013-04-17 00:00:17 -04:00
worker-thread-benchmarks Addresses #2257 refs[t:2257] Merge windows port back into main. 2013-04-16 23:58:56 -04:00
x1764-speedup Closes #3320 move fast x1764 to main line. 2013-04-16 23:59:37 -04:00
block_allocator.c [t:3218] The block allocator test found the problem with the ints that should have been 64-bit. Refs #3218. 2013-04-16 23:59:36 -04:00
block_allocator.h [t:3218] Incorporate changes from review. Refs #3218 2013-04-16 23:59:36 -04:00
block_table.c [t:3983] merging auto-upgrade to mainline 2013-04-17 00:00:17 -04:00
block_table.h [t:3983] merging auto-upgrade to mainline 2013-04-17 00:00:17 -04:00
brt-cachetable-wrappers.c [t:4028], merge to main 2013-04-17 00:00:13 -04:00
brt-cachetable-wrappers.h [t:4028], merge to main 2013-04-17 00:00:13 -04:00
brt-flusher-internal.h [t:4372] marked off some possible errors, fixing comment on top of brt.c 2013-04-17 00:00:07 -04:00
brt-flusher.c [t:4541], merge to main 2013-04-17 00:00:15 -04:00
brt-flusher.h [t:4456], merge to main 2013-04-17 00:00:09 -04:00
brt-hot-flusher.c [t:4541], merge to main 2013-04-17 00:00:15 -04:00
brt-internal.h [t:3983] merging auto-upgrade to mainline 2013-04-17 00:00:17 -04:00
brt-search.h [t:3604] Merge everything from the tokudb.3312c+3524+msn branch. Refs #3604. 2013-04-16 23:59:40 -04:00
brt-serialize.c [t:3983] merging auto-upgrade to mainline 2013-04-17 00:00:17 -04:00
brt-test-helpers.c [t:3983] merging auto-upgrade to mainline 2013-04-17 00:00:17 -04:00
brt-verify.c [t:4541], merge to main 2013-04-17 00:00:15 -04:00
brt.c [t:4541] fix memory leak of cmp_descriptor 2013-04-17 00:00:17 -04:00
brt.h [t:3983] merging auto-upgrade to mainline 2013-04-17 00:00:17 -04:00
brt_layout_version.h [t:3983] merging auto-upgrade to mainline 2013-04-17 00:00:17 -04:00
brt_msg.c [t:3193] Closes #3193 Delete obsolete fifo_msg code. 2013-04-16 23:59:38 -04:00
brt_msg.h Merge in changes. Refs #2608, #2609, and #2610. [t:2608] [t:2609] [t:2610] 2013-04-16 23:59:11 -04:00
brtdump.c [t:3983] merging auto-upgrade to mainline 2013-04-17 00:00:17 -04:00
brtloader-callback.c #3992 fix races found by cilkscreen refs[t:3992] 2013-04-16 23:59:50 -04:00
brtloader-internal.h [t:4635] fixing the loader to work with compression types, and fixing some tests 2013-04-17 00:00:14 -04:00
brtloader.c [t:4635] fixing the loader to work with compression types, and fixing some tests 2013-04-17 00:00:14 -04:00
brtloader.h #3678 use clean or mvcc leaf entries when appropriate refs[t:3678] 2013-04-16 23:59:42 -04:00
brttypes.h [t:3983] merging auto-upgrade to mainline 2013-04-17 00:00:17 -04:00
cachetable.c close[t:4574] merging 4574 to main. fixes the hcad deadlock found by Tim's stress test, which adds and drops indexes concurrent with queries and insertions. transactions no longer keep trollback nodes pinned after an operation, but instead always unpin them. 2013-04-17 00:00:15 -04:00
cachetable.h [t:4529], some more cleanup 2013-04-17 00:00:13 -04:00
checkpoint.c [t:4028], merge to main 2013-04-17 00:00:13 -04:00
checkpoint.h [t:2949] Merge from tokudb.2949 with command, executed at sandbox/toku {{{svn merge -r39023:HEAD tokudb.2949 tokudb}}}. Refs #2949. 2013-04-17 00:00:08 -04:00
compress.c [t:4635] merging fractal tree and handlerton code to main 2013-04-17 00:00:14 -04:00
compress.h [t:4635] merging fractal tree and handlerton code to main 2013-04-17 00:00:14 -04:00
dbufio.c [t:2892], undo bad checkin 2013-04-16 23:59:26 -04:00
dbufio.h [t:4002] Commiting HOT to main. 2013-04-17 00:00:03 -04:00
fifo.c [t:4028], merge to main 2013-04-17 00:00:13 -04:00
fifo.h [t:4028], merge to main 2013-04-17 00:00:13 -04:00
hashfun.h Merge the changes from 2499d onto the main line. Fixes #2499. close[t:2499]. 2013-04-16 23:59:09 -04:00
hclip.c Merge the changes from 2499d onto the main line. Fixes #2499. close[t:2499]. 2013-04-16 23:59:09 -04:00
includes.h [t:3604] Merge everything from the tokudb.3312c+3524+msn branch. Refs #3604. 2013-04-16 23:59:40 -04:00
key.c Merge the changes from 2499d onto the main line. Fixes #2499. close[t:2499]. 2013-04-16 23:59:09 -04:00
key.h Merge the changes from 2499d onto the main line. Fixes #2499. close[t:2499]. 2013-04-16 23:59:09 -04:00
kibbutz.c [t:4235], remove unnecessary variable from kibbutz 2013-04-16 23:59:58 -04:00
kibbutz.h [t:4235], modify a bunch of comments as a result of the code review 2013-04-16 23:59:58 -04:00
kv-pair.h [t:3604] Merge everything from the tokudb.3312c+3524+msn branch. Refs #3604. 2013-04-16 23:59:40 -04:00
le-cursor.c #3529 merge serializable iso bug fix to mainline refs[t:3529] 2013-04-17 00:00:03 -04:00
le-cursor.h [t:4002] Commiting HOT to main. 2013-04-17 00:00:03 -04:00
leafentry.c #3099 Merge 3099 onto the main line. 2013-04-16 23:59:37 -04:00
leafentry.h [t:3983] merging auto-upgrade to mainline 2013-04-17 00:00:17 -04:00
lock.h Merge the changes from 2499d onto the main line. Fixes #2499. close[t:2499]. 2013-04-16 23:59:09 -04:00
log-internal.h close[t:4574] merging 4574 to main. fixes the hcad deadlock found by Tim's stress test, which adds and drops indexes concurrent with queries and insertions. transactions no longer keep trollback nodes pinned after an operation, but instead always unpin them. 2013-04-17 00:00:15 -04:00
log.h [t:2892] Merge upgrade logic to main. Merge command was svn merge --accept=postpone -r25293:HEAD ../tokudb.main+2892 . 2013-04-16 23:59:25 -04:00
log_upgrade.c [t:4326] Improve checkpoint status: footprint indicates caller, make status threadsafe, add indicator of other threads waiting for checkpoint_safe lock. Refs #4326. 2013-04-17 00:00:02 -04:00
logcursor.c [t:2892] Merge upgrade logic to main. Merge command was svn merge --accept=postpone -r25293:HEAD ../tokudb.main+2892 . 2013-04-16 23:59:25 -04:00
logcursor.h Merge the changes from 2499d onto the main line. Fixes #2499. close[t:2499]. 2013-04-16 23:59:09 -04:00
logfilemgr.c [t:2892] Merge upgrade logic to main. Merge command was svn merge --accept=postpone -r25293:HEAD ../tokudb.main+2892 . 2013-04-16 23:59:25 -04:00
logfilemgr.h [t:2892] Merge upgrade logic to main. Merge command was svn merge --accept=postpone -r25293:HEAD ../tokudb.main+2892 . 2013-04-16 23:59:25 -04:00
logformat.c [t:4541], merge new fix to main 2013-04-17 00:00:15 -04:00
logger.c close[t:4298] Merge from 4298j: {{{svn merge -c41355 ../tokudb.4298i}}}. Closes #4298. 2013-04-17 00:00:14 -04:00
logger.h close[t:4298] Merge from 4298j: {{{svn merge -c41355 ../tokudb.4298i}}}. Closes #4298. 2013-04-17 00:00:14 -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 [t:4635] removing an artifact that john put in to disbale compression for tokufs. with the new, run-time configurable compression system, a compile time hack is no longer necessary. 2013-04-17 00:00:17 -04:00
Makefile.new Move newbrt tests to subdir. Fixes #796. 2008-05-08 20:30:33 +00:00
memarena.c Merge the changes from 2499d onto the main line. Fixes #2499. close[t:2499]. 2013-04-16 23:59:09 -04:00
memarena.h [t:3604] Merge everything from the tokudb.3312c+3524+msn branch. Refs #3604. 2013-04-16 23:59:40 -04:00
memory-debug.c Get rid of {{{TAGMALLOC}}}. Fixes #2912. close[t:2912] 2013-04-16 23:59:22 -04:00
mempool.c [t:4028], merge to main 2013-04-17 00:00:13 -04:00
mempool.h [t:4028], merge to main 2013-04-17 00:00:13 -04:00
minicron.c [t:2947] Merge from tokudb.2947. Added errno to error log, don't take minicron lock for engine status. I want to print engine status to error log, but the env isn't available everywhere, so that's not here (yet). 2013-04-16 23:59:23 -04:00
minicron.h [t:2947] Merge from tokudb.2947. Added errno to error log, don't take minicron lock for engine status. I want to print engine status to error log, but the env isn't available everywhere, so that's not here (yet). 2013-04-16 23:59:23 -04:00
nonblocking_mutex.h close[t:4284] the non blocking mutex implementation is now a wrapper of the rwlock implementation. the non blocking mutex api uses only the writer portion of the rwlock api 2013-04-17 00:00:07 -04:00
omt.c [t:4306] merging work for 4306 2013-04-17 00:00:01 -04:00
omt.h [t:4306] merging work for 4306 2013-04-17 00:00:01 -04:00
pqueue.c Merge in changes. Refs #2608, #2609, and #2610. [t:2608] [t:2609] [t:2610] 2013-04-16 23:59:11 -04:00
pqueue.h Merge in changes. Refs #2608, #2609, and #2610. [t:2608] [t:2609] [t:2610] 2013-04-16 23:59:11 -04:00
queue.c The brtloader is now at 95.03% lines covered and 84.64% of branches taken. That's pretty good. We can work to remove a few more, but it's diminishing returns from here. [t:2647] Refs #2647. 2013-04-16 23:59:15 -04:00
queue.h Merge #2623 changes onto main line. The new test fails, but I need to get a merge from main again. Refs #2623. [t:2623] 2013-04-16 23:59:13 -04:00
quicklz.c [t:3586] [t:3604] Merge icc onto main. Refs #3586, #3604. 2013-04-16 23:59:40 -04:00
quicklz.h #3316 #3318 #3339 2013-04-16 23:59:37 -04:00
rbuf.h close[t:4077] Merge 4060 branch to main (use two reads on brtnodes). 2013-04-16 23:59:53 -04:00
recover.c [t:4541], merge new fix to main 2013-04-17 00:00:15 -04:00
recover.h close[t:4298] Merge from 4298j: {{{svn merge -c41355 ../tokudb.4298i}}}. Closes #4298. 2013-04-17 00:00:14 -04:00
roll.c close[t:4574] merging 4574 to main. fixes the hcad deadlock found by Tim's stress test, which adds and drops indexes concurrent with queries and insertions. transactions no longer keep trollback nodes pinned after an operation, but instead always unpin them. 2013-04-17 00:00:15 -04:00
rollback.c close[t:4574] merging 4574 to main. fixes the hcad deadlock found by Tim's stress test, which adds and drops indexes concurrent with queries and insertions. transactions no longer keep trollback nodes pinned after an operation, but instead always unpin them. 2013-04-17 00:00:15 -04:00
rollback.h close[t:4574] merging 4574 to main. fixes the hcad deadlock found by Tim's stress test, which adds and drops indexes concurrent with queries and insertions. transactions no longer keep trollback nodes pinned after an operation, but instead always unpin them. 2013-04-17 00:00:15 -04:00
rwlock.c Merge the changes from 2499d onto the main line. Fixes #2499. close[t:2499]. 2013-04-16 23:59:09 -04:00
rwlock.h Merge r26784 into the main line. 2013-04-16 23:59:34 -04:00
sort.c taking out some misleading things from sort.c 2013-04-16 23:59:51 -04:00
sort.h [t:3315] merge indexed buffers work into mainline 2013-04-16 23:59:47 -04:00
sub_block.c [t:4635] merging fractal tree and handlerton code to main 2013-04-17 00:00:14 -04:00
sub_block.h [t:4635] merging fractal tree and handlerton code to main 2013-04-17 00:00:14 -04:00
sub_block_map.h Merge in changes. Refs #2608, #2609, and #2610. [t:2608] [t:2609] [t:2610] 2013-04-16 23:59:11 -04:00
tdb-recover.c close[t:4298] Merge from 4298j: {{{svn merge -c41355 ../tokudb.4298i}}}. Closes #4298. 2013-04-17 00:00:14 -04:00
tdb_logprint.c Merge the changes from 2499d onto the main line. Fixes #2499. close[t:2499]. 2013-04-16 23:59:09 -04:00
threadpool.c [t:4045] {{{svn merge -r35667:35683 ../tokudb.4045b}}} Refs #4045. 2013-04-16 23:59:51 -04:00
threadpool.h #2513 merge the cached threadpool to main refs[t:2513] 2013-04-16 23:59:23 -04:00
tokuconst.h [t:3604] Merge everything from the tokudb.3312c+3524+msn branch. Refs #3604. 2013-04-16 23:59:40 -04:00
trace_mem.c #2907 closes[t:2907] merge single insert per txn profiler to main 2013-04-16 23:59:22 -04:00
trace_mem.h #2907 closes[t:2907] merge single insert per txn profiler to main 2013-04-16 23:59:22 -04:00
txn.c close[t:4574] merging 4574 to main. fixes the hcad deadlock found by Tim's stress test, which adds and drops indexes concurrent with queries and insertions. transactions no longer keep trollback nodes pinned after an operation, but instead always unpin them. 2013-04-17 00:00:15 -04:00
txn.h #4685 get the hot indexer to work with txn's in the preparing state closes[t:4685] 2013-04-17 00:00:17 -04:00
txn_state.h #4685 get the hot indexer to work with txn's in the preparing state closes[t:4685] 2013-04-17 00:00:17 -04:00
ule-internal.h [t:4002] Commiting HOT to main. 2013-04-17 00:00:03 -04:00
ule.c [t:3983] merging auto-upgrade to mainline 2013-04-17 00:00:17 -04:00
ule.h [t:4502] fix a weird case rich thought of 2013-04-17 00:00:11 -04:00
upgrade_12_13_overview [t:2892] Merge upgrade logic to main. Merge command was svn merge --accept=postpone -r25293:HEAD ../tokudb.main+2892 . 2013-04-16 23:59:25 -04:00
valgrind.suppressions [t:4222] ignore dlsym memory leak on Fedora Core 12 ({{{svn merge -c 37819 ../tokudb.4015}}}). Refs #4222. 2013-04-16 23:59:59 -04:00
wbuf.h close[t:4298] Merge from 4298j: {{{svn merge -c41355 ../tokudb.4298i}}}. Closes #4298. 2013-04-17 00:00:14 -04:00
workqueue.c [t:4028], merge to main 2013-04-17 00:00:13 -04:00
workqueue.h [t:4028], merge to main 2013-04-17 00:00:13 -04:00
workset.h #2966 use assert_zero in some of the newbrt files refs[t:2966] 2013-04-16 23:59:23 -04:00
x1764.c Closes #3320 move fast x1764 to main line. 2013-04-16 23:59:37 -04:00
x1764.h Closes #3320 move fast x1764 to main line. 2013-04-16 23:59:37 -04:00
xids-internal.h [t:2811], merge to main \!\!\! 2013-04-16 23:59:22 -04:00
xids.c [t:3586] [t:3604] Merge icc onto main. Refs #3586, #3604. 2013-04-16 23:59:40 -04:00
xids.h merge indexer to main refs #2843 [t:2843] 2013-04-16 23:59:29 -04:00
ybt.c #3081 simplify dbt initialization in the indexer closes[t:3081] 2013-04-16 23:59:32 -04:00
ybt.h #3081 simplify dbt initialization in the indexer closes[t:3081] 2013-04-16 23:59:32 -04:00