summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/devnull/devnull_init.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-62608 Add 'forRestore' option to StorageEngineOptionsGregory Wlodarek2022-02-021-0/+1
* SERVER-35970 Use regular Locker during storage engine initializationGregory Wlodarek2020-09-191-2/+4
* SERVER-49301 add StorageEngineOptions::lockFileCreatedByUncleanShutdownBenety Goh2020-07-311-0/+2
* SERVER-47873 Eliminate the Collection* saved in IndexDescriptorGeert Bosch2020-06-101-3/+3
* SERVER-41865 Change naming and location of KVCatalog and StorageEngineImplXiangyu Yao2019-06-251-1/+1
* SERVER-40478 Merge StorageEngine class with KVStorageEngineXiangyu Yao2019-06-201-3/+3
* Revert "SERVER-40478 Merge StorageEngine class with KVStorageEngine"Gregory Wlodarek2019-06-201-3/+3
* SERVER-40478 Merge StorageEngine class with KVStorageEngineXiangyu Yao2019-06-201-3/+3
* 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-9/+10
* SERVER-34798 Remove ServiceContext subclasses and use new ServiceContext in e...Andy Schwerin2018-06-221-7/+4
* SERVER-34798 Move storage initialization behaviors out of ServiceContext subc...Andy Schwerin2018-05-051-2/+4
* SERVER-34794 Construct the global ServiceContext inside a MONGO_INITIALIZERAndy Schwerin2018-05-021-1/+1
* SERVER-30170 Embedded can now shutdown and re-initialize.Henrik Edin2018-03-261-3/+1
* SERVER-26674 Add missing header includessamantharitter2016-11-051-0/+2
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-1/+1
* SERVER-22352 do not fail startup if lockFile cannot be created in readOnly modeAdam Midvidy2016-02-171-1/+1
* SERVER-16609: Move storage_options to its own libraryGeert Bosch2015-10-091-1/+1
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-29/+26
* SERVER-17878 Rename GlobalEnvironmentExperiment to ServiceContext.Andy Schwerin2015-04-031-3/+3
* SERVER-17370 Fix bugs in storage engine-specific index and collection optionsMathias Stearn2015-03-191-9/+0
* SERVER-16567 check startup options against creation settings in data director...Benety Goh2015-01-091-0/+9
* SERVER-16677 added unclean shutdown warning to global environmentBenety Goh2015-01-051-1/+2
* SERVER-16173 Rewrite repair for KVEnginesMathias Stearn2014-12-081-1/+4
* SERVER-16233 storage engine factories support index options validationBenety Goh2014-12-031-0/+4
* SERVER-16137 validate collection storage options for all storage enginesEric Milkie2014-12-011-0/+5
* SERVER-16266 Change wiredtiger engine name to wiredTiger.Max Hirschhorn2014-11-211-0/+4
* SERVER-15595: devnull k/v engine for testingEliot Horowitz2014-10-091-0/+58