summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/storage_engine_metadata.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-281-2/+2
* SERVER-39944 Implement keystore metadataJonathan Reams2019-03-211-0/+4
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* Revert "SERVER-13455 Add new configuration option for mongod to allow separat...Daniel Gottlieb2018-08-291-10/+2
* SERVER-13455 Add new configuration option for mongod to allow separate journa...Dewal Gupta2018-08-241-2/+10
* SERVER-28741: add --groupCollections server parameterDaniel Gottlieb2017-04-241-3/+6
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-76/+75
* SERVER-17861 Change the default storage engine to wiredTiger.Max Hirschhorn2015-05-281-16/+10
* Revert "SERVER-17861 Change the default storage engine to wiredTiger."Max Hirschhorn2015-05-271-10/+16
* SERVER-17861 Change the default storage engine to wiredTiger.Max Hirschhorn2015-05-261-16/+10
* Revert "SERVER-17861 Change the default storage engine to wiredTiger."Max Hirschhorn2015-05-221-10/+16
* SERVER-17861 Change the default storage engine to wiredTiger.Max Hirschhorn2015-05-211-16/+10
* SERVER-17210 overwrite existing metadata on startup if corruptedBenety Goh2015-02-111-1/+3
* SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock2015-02-061-1/+1
* SERVER-16567 removed StorageEngineMetadata::updateIfMissingBenety Goh2015-01-091-8/+0
* SERVER-16567 added StorageEngineMetadata support for optional storage engine ...Benety Goh2015-01-091-3/+25
* SERVER-15986 SERVER-16283 improve validation to detect mmapv1 local.ns filesBenety Goh2014-11-241-9/+9
* SERVER-15986 added storage_engine_metadata - reads and writes storage engine ...Benety Goh2014-11-201-0/+110