summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/wiredtiger/wiredtiger_init.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-69247 Add concurrency control for taking checkpointsYuhong Zhang2022-10-031-1/+2
* SERVER-55208: Remove nojournal,duroff and evergreen variantYu Jin Kang Park2022-07-061-1/+0
* SERVER-66614 Run Unit Tests with ephemeral WiredTiger by defaultJordi Olivares Provencio2022-06-161-2/+1
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-60761 Move the global read-only flag to be an OperationContext functionGregory Wlodarek2022-04-221-3/+2
* SERVER-58446 Remove WiredTiger.backup after unclean shutdown during backupDaniel Gómez Ferro2022-03-031-0/+16
* SERVER-62608 Add 'forRestore' option to StorageEngineOptionsGregory Wlodarek2022-02-021-0/+1
* SERVER-60542 Make WiredTigerServerStatus use current engine instead of storin...Matthew Russotto2021-10-121-1/+1
* SERVER-56585 replace MONGO_COMPILER_VARIABLE_UNUSED with c++17 attribute mayb...Benety Goh2021-05-041-2/+1
* SERVER-35970 Use regular Locker during storage engine initializationGregory Wlodarek2020-09-191-2/+3
* SERVER-49301 add StorageEngineOptions::lockFileCreatedByUncleanShutdownBenety Goh2020-07-311-0/+1
* SERVER-47873 Eliminate the Collection* saved in IndexDescriptorGeert Bosch2020-06-101-15/+15
* SERVER-48148 Log cleanup in db/storage/wiredtigerHenrik Edin2020-05-151-17/+5
* SERVER-46291 add WiredTigerGlobalOptions::getMaxHistoryFileSizeMB()Benety Goh2020-05-051-3/+1
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-15/+23
* SERVER-45288 switch Idempotency tests to use WiredTiger instead of ephemeralF...Eric Milkie2019-12-301-12/+0
* Revert "SERVER-45288 switch Idempotency tests to use WiredTiger instead of ep...Eric Milkie2019-12-301-0/+12
* SERVER-45288 switch Idempotency tests to use WiredTiger instead of ephemeralF...Eric Milkie2019-12-271-12/+0
* SERVER-43058 Set up the CatalogTestFixture to use the wiredtiger storage engineDianna Hohensee2019-09-031-9/+31
* 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-39004 Introduce a quota mechanism for the overflow fileAlex Cameron2019-06-111-0/+7
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38950 Convert WiredTiger ServerParameters to IDLSara Golemon2019-01-231-3/+5
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-9/+10
* Revert "SERVER-13455 Add new configuration option for mongod to allow separat...Daniel Gottlieb2018-08-291-9/+0
* SERVER-13455 Add new configuration option for mongod to allow separate journa...Dewal Gupta2018-08-241-0/+9
* SERVER-34798 Remove ServiceContext subclasses and use new ServiceContext in e...Andy Schwerin2018-06-221-8/+6
* SERVER-34798 Move storage initialization behaviors out of ServiceContext subc...Andy Schwerin2018-05-051-3/+2
* SERVER-34794 Construct the global ServiceContext inside a MONGO_INITIALIZERAndy Schwerin2018-05-021-1/+1
* SERVER-20056 Warn when wiredTigerCacheSizeGB is > 80% of RAMMaria van Keulen2018-04-051-0/+14
* SERVER-30170 Embedded can now shutdown and re-initialize.Henrik Edin2018-03-261-1/+1
* SERVER-28741: add --groupCollections server parameterDaniel Gottlieb2017-04-241-0/+14
* SERVER-27218 Fix WT Ext4/XFS startup warning in the shellKevin Pulo2016-11-301-3/+5
* SERVER-22606 add warning for using wiredtiger with ext4Sam Rossi2016-09-091-0/+22
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-4/+4
* SERVER-23243 Replace Listener::getElapsedTimeMillis() in elapsed_tracker.cppWaley Chen2016-05-021-8/+10
* Revert "SERVER-23243 Replace Listener::getElapsedTimeMillis() in elapsed_trac...Waley Chen2016-05-021-10/+8
* SERVER-23243 Replace Listener::getElapsedTimeMillis() in elapsed_tracker.cppWaley Chen2016-05-021-8/+10
* SERVER-23391 Lower WiredTiger cache size floorDan Pasette2016-04-151-15/+2
* Revert "SERVER-23391 Lower WiredTiger cache size floor"Geert Bosch2016-04-091-8/+5
* SERVER-23391 Lower WiredTiger cache size floorDan Pasette2016-04-081-5/+8
* SERVER-22358 add readOnly mode support for WiredTigerAdam Midvidy2016-03-021-1/+6
* SERVER-22352 do not fail startup if lockFile cannot be created in readOnly modeAdam Midvidy2016-02-171-2/+2
* SERVER-21530: Pass cache size and canonical name explicitly to WiredTigerKVEn...Geert Bosch2015-11-191-1/+18
* SERVER-1153: Add and use isEphemeral predicateMichael Cahill2015-11-021-2/+6