summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/wiredtiger/wiredtiger_global_options.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-39004 Introduce a quota mechanism for the overflow fileAlex Cameron2019-07-141-0/+9
* SERVER-39716 Convert WiredTiger config options to IDLSara Golemon2019-02-221-112/+23
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-36352: Enable zstd compression on WiredTiger journal and collection fi...Daniel Gottlieb2018-12-271-4/+4
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-23543 Hide WiredTiger option.Ian Kuehne2017-07-061-0/+2
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-32/+40
* SERVER-23624 Allow wiredTigerCacheSizeGB to be specified as a floatDan Pasette2016-04-151-3/+3
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-118/+114
* SERVER-16734 remove checkpointDelaySecs and use syncPeriodSecs insteadEric Milkie2015-01-081-11/+4
* SERVER-16313 add missing space to option descriptionEric Milkie2014-12-231-1/+1
* SERVER-16606 remove index blockCompressor and collection prefixCompression op...Eric Milkie2014-12-191-33/+14
* SERVER-16313 whitelist of storage options for WiredTigerEric Milkie2014-12-171-30/+133
* ERVER-965: Store the indexes of a collection on another partition/drive than ...Eliot Horowitz2014-12-011-3/+13
* SERVER-16266 Change wiredtiger engine name to wiredTiger.Max Hirschhorn2014-11-211-9/+9
* Finish changing --wiredTigerDatabaseConfig to --wiredTigerEngineConfigDan Pasette2014-11-081-4/+4
* Change --wiredTigerDatabaseConfig to --wiredTigerEngineConfigDan Pasette2014-11-071-2/+2
* SERVER-15971 fix mongod --help format when wiredtiger enabledMatt Kangas2014-11-051-11/+0
* SERVER-15953: add wiredtiger storage engine integrationEliot Horowitz2014-11-051-0/+87