summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2386 from wiredtiger/wt-2276-checkpoint-decodemongodb-3.3.0mongodb-3.2.1sueloverso2015-12-305-14/+216
|\
| * WT-2276. Don't balk when listing metadata entries that don't haveDon Anderson2015-12-121-5/+10
| * Merge pull request #2387 from wiredtiger/wt-2276-checkpoint-decode-keithDon Anderson2015-12-124-33/+44
| |\
| | * For some reason, managed to lose a couple of changes in the commit.Keith Bostic2015-12-112-3/+2
| | * Instead of creating a fake WT_BLOCK structure, drive the allocation-sizeKeith Bostic2015-12-114-31/+43
| |/
| * WT-2276. Make a public function for converting cookies that does notDon Anderson2015-12-113-5/+18
| * WT-2276. Added tool to crack and display contents of checkpoint 'addr'Don Anderson2015-12-111-0/+103
| * WT-2276. In 'wt list -c', extract/display more information about a checkpoint.Don Anderson2015-12-111-0/+70
| * Fix an example's comment.Don Anderson2015-12-111-1/+1
* | Merge pull request #2418 from wiredtiger/wt-2311-sparcKeith Bostic2015-12-293-0/+31
|\ \
| * | whitespaceKeith Bostic2015-12-291-4/+3
| * | WT-2311 Support SparcMark Benvenuto2015-12-293-0/+32
|/ /
* | Merge pull request #2417 from wiredtiger/wt-2307-diagnostic-checkssueloverso2015-12-296-1/+131
|\ \
| * | suggest parentheses around '&&' within '||' [-Werror=parentheses]Keith Bostic2015-12-281-2/+2
| * | WT-2307: add HAVE_DIAGNOSTIC checks for cursors not returning keysKeith Bostic2015-12-287-79/+104
| * | Set the cursor last-operation value to reset when we reach not-found onKeith Bostic2015-12-282-1/+2
| * | WT-2307 workaround for cursor next bug.Alex Gorrod2015-12-285-1/+105
* | | Merge pull request #2416 from wiredtiger/wt-2307-enumKeith Bostic2015-12-281-59/+57
|\ \ \
| * | | Rework the leading comment for WT_SPLIT_ERROR_PHASE enum, no longer appliesKeith Bostic2015-12-281-16/+17
| * | | WT-2307 Move enum into bt_split.c. Fix split_parent.Susan LoVerso2015-12-282-60/+42
| * | | WT-2307 Use single enum for split error handling phases.Susan LoVerso2015-12-282-14/+29
| |/ /
* | | WT-2307 Reduce runtime of split test to 5 minutes from an hour.Susan LoVerso2015-12-281-1/+1
* | | WT-2307 Rename config.Susan LoVerso2015-12-281-0/+0
* | | WT-2307 Add wtperf split stress config.Susan LoVerso2015-12-281-0/+10
|/ /
* | Merge pull request #2415 from wiredtiger/wt-2307-fixAlex Gorrod2015-12-283-172/+246
|\ \
| * | Add word to spell checker.Alex Gorrod2015-12-291-0/+1
| * | Review comments, rename error conditions for clarity.Keith Bostic2015-12-281-14/+14
| * | WT-2307: Fix for cursor iteration bug when pages are splitting. When aKeith Bostic2015-12-251-29/+69
| * | WT-2307: Fix for cursor iteration bug when pages are splitting: add aKeith Bostic2015-12-241-143/+176
* | | Fix a typo in the test.Keith Bostic2015-12-261-1/+1
* | | test_compact02.test_compact02.test_compact02(64KB.1mb.file) occasionallyKeith Bostic2015-12-261-3/+2
* | | The test_compact02.test_compact02.test_compact02(128KB.1mb.file) keepsKeith Bostic2015-12-261-2/+4
|/ /
* | Merge pull request #2408 from wiredtiger/WT-2304Alex Gorrod2015-12-241-0/+13
|\ \
| * | WT-2304 - change to TAILQ_FOREACH, check calloc returnsDavid Hows2015-12-231-5/+5
| * | WT-2304 - Clone the config queue into all database config copiesDavid Hows2015-12-231-0/+12
| * | WT-2304 - Fix memory leaking issue in config dump when there are multiple dat...David Hows2015-12-231-0/+1
* | | Merge pull request #2411 from wiredtiger/WT-2303-wtperf-warningAlex Gorrod2015-12-241-27/+6
|\ \ \
| * | | WT-2303 Track wtperf range scans less aggressively.Alex Gorrod2015-12-231-27/+6
| |/ /
* | | Don't sleep so long when waiting for gdb to attach, sometimes gdbKeith Bostic2015-12-231-1/+1
|/ /
* | Fix a comment.Keith Bostic2015-12-221-1/+1
* | WT-2269 fix warningSusan LoVerso2015-12-221-1/+2
* | Merge pull request #2378 from wiredtiger/wtperf-2269-dump-configsueloverso2015-12-223-1/+127
|\ \
| * | WT-2269 KNF and whitespace.Susan LoVerso2015-12-221-10/+15
| * | WT-2269 - Add comments to explain some of the new config dump functionality.David Hows2015-12-212-9/+21
| * | WT-2269 - add deduplication for config writesDavid Hows2015-12-172-4/+30
| * | WT-2269 - Add a warning at top of generated config.David Hows2015-12-161-0/+2
| * | WT-2269 - Remove old strings entry, update commentsDavid Hows2015-12-162-2/+6
| * | WT-2269 - Fix uninitalized use of file pointer in error pathDavid Hows2015-12-151-2/+4
| * | WT-2269 - fix potential leak in error path of config dumpDavid Hows2015-12-151-3/+5
| * | WT-2269 - Change config dump file name. Other test changesDavid Hows2015-12-152-6/+11