mariadb/newbrt
Bradley C. Kuszmaul 20894b913f More surgery. The newbrt.o file now builds. Addresess #1195.
git-svn-id: file:///svn/toku/tokudb.1195@7273 c7de825b-a66e-492c-adef-691d508d4ae1
2013-04-16 23:57:24 -04:00
..
checksum-benchmarks Up 2007-11-14 17:58:38 +00:00
compression-ratio Measure compression ratio 2008-08-12 15:19:34 +00:00
hash-benchmarks Add sum64 2008-07-27 18:36:56 +00:00
locking-benchmarks measure the times of errorcheck mutexes 2008-08-26 18:57:34 +00:00
omt-with-o1-cursors Addresses #855, #856. Reworked ExpectedO(1) cursors to be as close 2008-06-03 04:25:28 +00:00
tests the splitting works again. Addresses #1195. 2013-04-16 23:57:23 -04:00
worker-thread-benchmarks Merge main line (up to 6206) and resolve the differences. 2013-04-16 23:57:18 -04:00
block_allocator.c CIL gets upset if includes are not in the same order, because int64_t gets typedefed to different things depending on what you include. So do all the includes in a standard way. Addresses #1185. 2013-04-16 23:57:20 -04:00
block_allocator.h Allocate blocks on alignment and don't write the root FIFO over the translate block. Addresses #1080, #1000, #1131. 2013-04-16 23:57:18 -04:00
bread.c CIL gets upset if includes are not in the same order, because int64_t gets typedefed to different things depending on what you include. So do all the includes in a standard way. Addresses #1185. 2013-04-16 23:57:20 -04:00
bread.h Buffer the reading of the rollback file. Gains 5% on large transactions. Fixes #1002. 2008-07-09 12:00:26 +00:00
brt-internal.h move the root_put_counter to the brt_header. closes #1054 2013-04-16 23:57:18 -04:00
brt-old.c More surgery. The newbrt.o file now builds. Addresess #1195. 2013-04-16 23:57:24 -04:00
brt-search.h compile newbrt with icc. addresses #1185 2013-04-16 23:57:19 -04:00
brt-serialize.c the splitting works again. Addresses #1195. 2013-04-16 23:57:23 -04:00
brt-test-helpers.c Get rid of most CIL warnings. Addresses #1185. 2013-04-16 23:57:20 -04:00
brt-verify.c the splitting works again. Addresses #1195. 2013-04-16 23:57:23 -04:00
brt-XY.c Rename a bunch of symbols to toku_symbols. Addresses #8. 2007-11-29 15:09:14 +00:00
brt.c More surgery. The newbrt.o file now builds. Addresess #1195. 2013-04-16 23:57:24 -04:00
brt.h Addresses #903 2008-07-28 17:55:14 +00:00
brtdump.c Manual glue for svn-git migration for r6575 due to multiple merges. 2013-04-16 23:57:22 -04:00
brttypes.h problem including brt-types.h in c++ code. c is not always compatible with c++. addresses #1185 2013-04-16 23:57:22 -04:00
cachetable-rwlock.h Get rid of most CIL warnings. Addresses #1185. 2013-04-16 23:57:20 -04:00
cachetable-writequeue.h Merge main line (up to 6206) and resolve the differences. 2013-04-16 23:57:18 -04:00
cachetable.c Start doing the surgery. Addresses #1195. 2013-04-16 23:57:23 -04:00
cachetable.h Get rid of almost all compiler warnings in newbrt for icc, and also compiles with gcc. Addresses #1185. 2013-04-16 23:57:20 -04:00
fifo.c CIL gets upset if includes are not in the same order, because int64_t gets typedefed to different things depending on what you include. So do all the includes in a standard way. Addresses #1185. 2013-04-16 23:57:20 -04:00
fifo.h Get rid of icc warnings (with port-win warnings.) Addresss #1185. 2013-04-16 23:57:21 -04:00
fingerprint.c Get rid of icc warnings (with port-win warnings.) Addresss #1185. 2013-04-16 23:57:21 -04: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
includes.h Addresses #1185 2013-04-16 23:57:21 -04:00
key.c CIL gets upset if includes are not in the same order, because int64_t gets typedefed to different things depending on what you include. So do all the includes in a standard way. Addresses #1185. 2013-04-16 23:57:20 -04: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 {{{test-recover3.tdb}}} doesn't crash during recovery now. (It crashes because it recovered to the wrong state.) Addresses #558. 2008-04-03 22:27:32 +00:00
leafentry.c Make it work better with icc. Addresses #1185. 2013-04-16 23:57:21 -04:00
leafentry.h Try to build a LESWITCHCALL that works with both icc on windows, and on icc and gcc on linux. Addresses #1185. 2013-04-16 23:57:22 -04: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 Addresses #1185 2013-04-16 23:57:21 -04:00
log.c compile with gcc. addresses #1185 2013-04-16 23:57:21 -04:00
log.h Make it work better with icc. Addresses #1185. 2013-04-16 23:57:21 -04:00
logformat.c Addresses #1185 2013-04-16 23:57:21 -04:00
Makefile the splitting works again. Addresses #1195. 2013-04-16 23:57:23 -04:00
Makefile.include Some keyrange support. Addresess #764. 2008-05-08 07:05:26 +00:00
Makefile.new Move newbrt tests to subdir. Fixes #796. 2008-05-08 20:30:33 +00:00
memarena.c CIL gets upset if includes are not in the same order, because int64_t gets typedefed to different things depending on what you include. So do all the includes in a standard way. Addresses #1185. 2013-04-16 23:57:20 -04:00
memarena.h Merge in the tokudb.1017 patches to the main branch. Fixes #1017. 2008-07-11 22:00:06 +00:00
memory-debug.c Merge the 558 branch back to the main with 2008-04-02 23:40:36 +00:00
memory.c Addresses #1185 2013-04-16 23:57:22 -04:00
memory.h Get rid of some compiler warnings. Addresses #1185. 2013-04-16 23:57:20 -04:00
mempool.c CIL gets upset if includes are not in the same order, because int64_t gets typedefed to different things depending on what you include. So do all the includes in a standard way. Addresses #1185. 2013-04-16 23:57:20 -04:00
mempool.h compile newbrt with icc. addresses #1185 2013-04-16 23:57:19 -04:00
omt.c Addresses #1185 2013-04-16 23:57:22 -04:00
omt.h Addresses #1031 2008-07-21 05:59:25 +00:00
portability.h Start simplification of tree code, in preparation for merge on delete. Addresses #1195. 2013-04-16 23:57:23 -04:00
rbuf.h Get rid of icc warnings (with port-win warnings.) Addresss #1185. 2013-04-16 23:57:21 -04:00
recover.c CIL gets upset if includes are not in the same order, because int64_t gets typedefed to different things depending on what you include. So do all the includes in a standard way. Addresses #1185. 2013-04-16 23:57:20 -04:00
roll.c CIL gets upset if includes are not in the same order, because int64_t gets typedefed to different things depending on what you include. So do all the includes in a standard way. Addresses #1185. 2013-04-16 23:57:20 -04:00
rwlock.c Add copyrights using #ident on the top of newbrt sources. Addresses #54. 2007-11-29 14:18:54 +00:00
tdb-recover.c Get rid of more cil warnings. Addresses #1185. 2013-04-16 23:57:20 -04:00
tdb_logprint.c Get rid of icc warnings (with port-win warnings.) Addresss #1185. 2013-04-16 23:57:21 -04:00
threadpool.c CIL gets upset if includes are not in the same order, because int64_t gets typedefed to different things depending on what you include. So do all the includes in a standard way. Addresses #1185. 2013-04-16 23:57:20 -04:00
threadpool.h CIL gets upset if includes are not in the same order, because int64_t gets typedefed to different things depending on what you include. So do all the includes in a standard way. Addresses #1185. 2013-04-16 23:57:20 -04:00
toku_assert.c Addresses #1185 2013-04-16 23:57:22 -04:00
toku_assert.h Get rid of icc warnings (with port-win warnings.) Addresss #1185. 2013-04-16 23:57:21 -04:00
trace_mem.c Make it work better with icc. Addresses #1185. 2013-04-16 23:57:21 -04:00
trace_mem.h Get rid of almost all compiler warnings in newbrt. Addresses #1185. 2013-04-16 23:57:20 -04:00
valgrind.suppressions compile with gcc 4.3. addresses #1185 2013-04-16 23:57:21 -04:00
wbuf.h Get rid of some compiler warnings. Addresses #1185. 2013-04-16 23:57:19 -04:00
x1764.c CIL gets upset if includes are not in the same order, because int64_t gets typedefed to different things depending on what you include. So do all the includes in a standard way. Addresses #1185. 2013-04-16 23:57:20 -04:00
x1764.h Some files didn't merge right. Fixes #1021. 2008-07-27 22:19:08 +00:00
ybt.c CIL gets upset if includes are not in the same order, because int64_t gets typedefed to different things depending on what you include. So do all the includes in a standard way. Addresses #1185. 2013-04-16 23:57:20 -04:00
ybt.h Addresses #860 2008-05-24 17:22:14 +00:00