summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Enhance error handling in LevelDB API cursor implementation.Alex Gorrod2014-06-131-33/+92
* In LevelDB API remove asserts from functions that return values.Alex Gorrod2014-06-131-34/+78
* Don't search for LevelDB headers now they are in our tree.Michael Cahill2014-06-131-5/+0
* Standardize whitespace in LevelDB source code.Alex Gorrod2014-06-132-382/+382
* Add in the a copy of the LevelDB header files, and use them in our LevelDB API.Alex Gorrod2014-06-1315-11/+1796
* Merge branch 'develop' into leveldb-apiMichael Cahill2014-06-126-8/+98
|\
| * Merge pull request #1057 from wiredtiger/lsm-snapshot-update-check-onlyAlex Gorrod2014-06-124-4/+81
| |\
| | * Merge pull request #1060 from wiredtiger/lsm-snapshot-update-check-only-2Michael Cahill2014-06-125-24/+78
| | |\
| | | * Wrap update_check in a public cursor call, so that session->dhandle is set co...Michael Cahill2014-06-124-5/+29
| | | * Don't use a cursor flag for update checks: override the insert method instead...Michael Cahill2014-06-124-30/+62
| | | * Trivial style changes: join a pair of lines, re-order a test so it looksKeith Bostic2014-06-111-4/+3
| | | * Move the WT_CBT_CONFLICT_CHECK flag from the btree-specific cursorKeith Bostic2014-06-114-16/+15
| | |/
| | * Enhance comment.Alex Gorrod2014-06-111-0/+4
| | * Support snapshots in LSM via update checks, rather than actual updates.Alex Gorrod2014-06-113-0/+19
| * | Add wtperf option to execute lots of checkpoints during populate phase.Alex Gorrod2014-06-122-4/+17
* | | Merge branch 'develop' into leveldb-apiMichael Cahill2014-06-1263-355/+546
|\ \ \ | |/ /
| * | Fix a race in the populate phase of wtperf with multiple threads.Alex Gorrod2014-06-121-2/+2
| * | Allow merges to move past most recent maximum-sized chunk. #1053Susan LoVerso2014-06-111-1/+2
| * | If the string isn't configured at all, output an empty string.Keith Bostic2014-06-111-1/+2
| * | Reinstate a check after deepening a tree that the child pages are internal pa...Michael Cahill2014-06-111-0/+6
| * | Merge pull request #1056 from wiredtiger/stall-eviction-1048Michael Cahill2014-06-114-18/+52
| |\ \ | | |/ | |/|
| | * Check on transaction release if we can release any segments from theKeith Bostic2014-06-101-0/+7
| | * When deepening the tree, don't free the newly created child pages until afterKeith Bostic2014-06-103-4/+42
| | * The parent page type must be an internal page, don't bother testing forKeith Bostic2014-06-101-6/+2
| | * The parent page of a split must be an internal page by definition, don'tKeith Bostic2014-06-101-5/+1
| | * If we're in the split-deepen code, there's no need to check if we're lookingKeith Bostic2014-06-101-3/+0
| * | We haven't been consistently checking for configuration options thatKeith Bostic2014-06-102-64/+52
| |/
| * Alex notes that the current code will continue running if the pluggableKeith Bostic2014-06-091-4/+4
| * Add explicit os_cache_dirty_max settings for LSM wtperf tests. #1051Susan LoVerso2014-06-0934-38/+43
| * Set the WT_REF.home; not currently used for anything, but a valid WT_REFKeith Bostic2014-06-091-1/+3
| * Assert the parent's WT_REF.home is correct in all cases.Keith Bostic2014-06-091-1/+1
| * Update a comment, sentence no longer needed.Keith Bostic2014-06-071-3/+0
| * Make the "leak_memory" configuration explicit in the test/format config, off ...Michael Cahill2014-06-064-2/+10
| * Fix an implicit sign conversion found by clang 3.5.Michael Cahill2014-06-061-3/+4
| * Add custom key sorting function for times. #1052Susan LoVerso2014-06-051-1/+9
| * Change test1-4 to max out with 2 billion items.Susan LoVerso2014-06-054-1/+1
| * Merge pull request #1045 from wiredtiger/recover-missing-filessueloverso2014-06-051-13/+26
| |\
| | * Fix a bug in recovery with missing files (e.g., after a hotbackup that raced ...Michael Cahill2014-06-031-13/+26
| * | Merge pull request #1051 from wiredtiger/lsm-latenciessueloverso2014-06-053-48/+51
| |\ \
| | * | Fix some LSM latency issues:Michael Cahill2014-06-053-48/+51
| * | | I believe the clang complaint is because the skiphigh/skiplow values areKeith Bostic2014-06-051-34/+31
| * | | Instead of byte-copying the WT_IKEY structure and data, call the standardKeith Bostic2014-06-051-4/+5
| * | | Merge pull request #1050 from wiredtiger/row-store-internal-pageKeith Bostic2014-06-053-100/+101
| |\ \ \ | | |/ / | |/| |
| | * | Merge branch 'develop' into row-store-internal-pageKeith Bostic2014-06-051-2/+47
| | |\ \ | | |/ / | |/| |
| * | | Merge pull request #1049 from wiredtiger/json-docKeith Bostic2014-06-041-2/+47
| |\ \ \
| | * | | Add the word "dump" to the section headings for clarity.Keith Bostic2014-06-041-2/+2
| | * | | Add more detail about our JSON output, along with a small sample. refs #740.Don Anderson2014-06-041-0/+45
| | | |/ | | |/|
| | | * Reverse change to use -1, 0 and 1 tests against collation returns,Keith Bostic2014-06-051-8/+8
| | | * Minor code shuffle to make the flow a little more obvious.Keith Bostic2014-06-041-2/+2
| | | * Re-order the comparison cascading if/else clauses to put the leastKeith Bostic2014-06-041-19/+16