summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/storage_engine_metadata_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-68378 remove all uses of optional_io.hppBilly Donahue2022-07-291-1/+0
* SERVER-42920 remove storage engine knowledge of mmapHaley Connelly2019-08-301-12/+0
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-1/+1
* 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
* SERVER-35984 Remove remaining MMAPv1 testingGeert Bosch2018-07-061-26/+0
* SERVER-28741: add --groupCollections server parameterDaniel Gottlieb2017-04-241-0/+4
* SERVER-24508 BSONObj::ComparatorInterfaceDavid Storch2016-08-181-1/+1
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-1/+1
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-218/+218
* SERVER-17861 Change the default storage engine to wiredTiger.Max Hirschhorn2015-05-281-127/+65
* Revert "SERVER-17861 Change the default storage engine to wiredTiger."Max Hirschhorn2015-05-271-65/+127
* SERVER-17861 Change the default storage engine to wiredTiger.Max Hirschhorn2015-05-261-127/+65
* Revert "SERVER-17861 Change the default storage engine to wiredTiger."Max Hirschhorn2015-05-221-65/+127
* SERVER-17861 Change the default storage engine to wiredTiger.Max Hirschhorn2015-05-211-127/+65
* SERVER-17210 overwrite existing metadata on startup if corruptedBenety Goh2015-02-111-1/+3
* SERVER-16567 removed StorageEngineMetadata::updateIfMissingBenety Goh2015-01-091-35/+0
* SERVER-16567 added StorageEngineMetadata support for optional storage engine ...Benety Goh2015-01-091-6/+73
* SERVER-15986 SERVER-16283 improve validation to detect mmapv1 local.ns filesBenety Goh2014-11-241-0/+57
* SERVER-15986 added storage_engine_metadata - reads and writes storage engine ...Benety Goh2014-11-201-0/+274