summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/mobile/mobile_init.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-44549 Remove the mobile storage engineAndrew Morrow2020-02-031-82/+0
* 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-40125 Add a periodic job that runs incremental vacuum on the mobile st...Henrik Edin2019-04-241-6/+3
* SERVER-40124 Mobile SE: Make All SQLite Pragmas ConfigurableMatt Lord2019-03-221-2/+5
* SERVER-39259 Mobile SE: Adjust SQLite Pragmas for Improved PerformanceMatt Lord2019-03-151-1/+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
* SERVER-34798 Remove ServiceContext subclasses and use new ServiceContext in e...Andy Schwerin2018-06-221-10/+5
* SERVER-34798 Move storage initialization behaviors out of ServiceContext subc...Andy Schwerin2018-05-051-1/+2
* SERVER-34794 Construct the global ServiceContext inside a MONGO_INITIALIZERAndy Schwerin2018-05-021-1/+2
* SERVER-30170 Embedded can now shutdown and re-initialize.Henrik Edin2018-03-261-5/+7
* SERVER-33109 import the mobile storage engineGabriel Russell2018-02-271-0/+79