summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1510 from wiredtiger/none-empty-defaultsmongodb-2.8-rc32.8-rc3Alex Gorrod2014-12-232-20/+19
|\
| * Use "none" for configurations in documentation but store empty defaults. Thi...Michael Cahill2014-12-222-20/+19
* | Don't clear the WT_CONFIG_ITEM before calling __wt_config_getones_none(),Keith Bostic2014-12-221-7/+4
* | Prettiness police, NULL vs. nul, KNF, no functional change.Keith Bostic2014-12-223-13/+12
* | If __wt_getenv fails to allocate memory, we need to fail gracefully.Keith Bostic2014-12-221-1/+3
* | Fix bugs reported by Coverity:Alex Gorrod2014-12-221-3/+2
|/
* Merge pull request #1500 from wiredtiger/evict-trickleMichael Cahill2014-12-223-6/+32
|\
| * Rename flags to call this phase "eviction of pages that would block applicati...Michael Cahill2014-12-223-12/+12
| * Eviction should do update-restore if upper layers are trying to force out a p...Michael Cahill2014-12-221-4/+5
| * Only trigger the eviction server to look for pages that would force eviction ...Michael Cahill2014-12-226-11/+14
| * Merge branch 'develop' into evict-trickleAlex Gorrod2014-12-228-31/+89
| |\
| * | Check that handles are not being walked by eviction before discarding.Michael Cahill2014-12-192-2/+3
| * | Use the eviction server to write pages with READGEN_OLDEST set.Alex Gorrod2014-12-197-7/+29
* | | Use the original page's first_dirty_txn when restoring updates to match what ...Michael Cahill2014-12-221-6/+5
* | | Merge pull request #1508 from wiredtiger/avoid-checkpoint-ebusyAlex Gorrod2014-12-221-0/+9
|\ \ \
| * | | Add comments before getting the checkpoint lock.Michael Cahill2014-12-221-0/+3
| * | | Revert some debugging changes.Michael Cahill2014-12-221-7/+3
| * | | Avoid EBUSY returns to verify and salvage caused by checkpoints. The "fix" i...Michael Cahill2014-12-222-3/+13
* | | | Have extractor configuration checking match collator.Alex Gorrod2014-12-221-26/+25
|/ / /
* | | Make the cache bytes-written and bytes-read match, both shouldKeith Bostic2014-12-211-2/+2
* | | Fix a bug where a custom extractor terminate was being called twice.Alex Gorrod2014-12-222-3/+10
| |/ |/|
* | Add __wt_getenv to workaround caching in MSVC CRT's getenv implementation.Mark Benvenuto2014-12-194-13/+82
* | Remove the SET/CLEAR_BTREE_IN_SESSION macros: now we have WT_WITH_DHANDLE, th...Michael Cahill2014-12-194-18/+7
* | Check that handles are not being walked by eviction before discarding.Michael Cahill2014-12-192-2/+3
|/
* Don't try to write leaves from the sweep server. Previously, this was done w...Michael Cahill2014-12-191-30/+20
* Set split-gen when deepening the tree, add paranoia that the eviction server ...Michael Cahill2014-12-183-2/+7
* Don't try to set and clear session->split_gen in WT_INTL_FOREACH_BEGIN: there...Michael Cahill2014-12-187-38/+70
* Clarify that setting statistics_log.wait to non-zero value starts theKeith Bostic2014-12-171-5/+6
* snprintf - Implement a custom version of snprintf match theMark Benvenuto2014-12-173-7/+44
* Check the block header checksum before we clear it, it should beKeith Bostic2014-12-171-19/+21
* Detect write-write conflicts before no-overwrite cursors decide to skip an up...Michael Cahill2014-12-171-15/+59
* Add support for none configuration string to log compressor.Alex Gorrod2014-12-172-2/+2
* Revert default configuration value changes.Alex Gorrod2014-12-172-19/+19
* Merge pull request #1486 from wiredtiger/none-config-2Alex Gorrod2014-12-1710-64/+93
|\
| * Use none comparison when checking for invalid collator usage.Alex Gorrod2014-12-171-1/+1
| * Return an error if a shared cache configuration is set, butAlex Gorrod2014-12-171-1/+11
| * Typo, __wt_config_getones_none should call __wt_config_getones,Keith Bostic2014-12-161-1/+1
| * Support extractors configured as "none".Keith Bostic2014-12-161-2/+2
| * Change the extractor configuration default from the empty string toKeith Bostic2014-12-162-4/+4
| * Allow extractors set to an empty string or "none".Keith Bostic2014-12-161-2/+2
| * Merge branch 'develop' into none-config-2Keith Bostic2014-12-161-1/+1
| |\
| * | When creating a data-source, allow for a collator set to the empty stringKeith Bostic2014-12-163-1/+17
| * | Don't set the LSM tree collator to "none" if that's what was specified.Keith Bostic2014-12-161-1/+1
| * | The shared_cache.name configuration string supports "none", documentKeith Bostic2014-12-162-20/+24
| * | Remove the code that checks for some shared-cache features beingKeith Bostic2014-12-161-11/+2
| * | Make the huffman_key, huffman_value default values "none", rather thanKeith Bostic2014-12-162-16/+16
| * | We document block_compressor supports a value of "none", but didn'tKeith Bostic2014-12-161-1/+1
| * | We documented that huffman_key and huffman_value took "none" as anKeith Bostic2014-12-161-13/+21
* | | Merge pull request #1484 from wiredtiger/log-file-createMichael Cahill2014-12-173-26/+24
|\ \ \ | |_|/ |/| |
| * | Atomically create all log files and move them into place. #1482Susan LoVerso2014-12-163-26/+24
| |/