summaryrefslogtreecommitdiff
path: root/src/mongo/db/service_context_d_test_fixture.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-75908 Disable execution control if user manually set concurrencyPavi Vetriselvan2023-04-241-0/+1
* SERVER-76012 Rename kNone option for storageEngineConcurrencyAdjustmentAlgori...Pavi Vetriselvan2023-04-141-1/+1
* SERVER-74778 Refactor and improve performance of PriorityTicketHolderLouis Williams2023-03-281-0/+1
* SERVER-52207 Enable execution control feature flagGregory Noma2023-03-241-0/+2
* SERVER-67446 Ensure consistent wildcardProjection specs in catalogKevin Cherkauer2023-01-191-2/+0
* SERVER-68254 Create a function to instantiate collections and index entries f...Gregory Wlodarek2022-08-311-0/+6
* SERVER-65971: Have _restoreTxnsTableEntryFromRetryableWrites declare its inte...Daniel Gottlieb2022-07-261-0/+5
* SERVER-67507 Move op_observer files to op_observer directoryShin Yee Tan2022-07-081-1/+1
* SERVER-66614 Run Unit Tests with ephemeral WiredTiger by defaultJordi Olivares Provencio2022-06-161-0/+2
* SERVER-66242 Set `JournalListener` in `ServiceContextMongoDTest`Gregory Noma2022-05-091-1/+6
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-65918 Remove references to `ephemeralForTest`Gregory Noma2022-05-021-3/+2
* SERVER-65652 Delegate `TickSourceMock` to `ServiceContextMongoDTest`Gregory Noma2022-04-141-0/+4
* SERVER-65297 Run `OplogApplierImplTest` with `wiredTiger`Gregory Noma2022-04-131-3/+7
* SERVER-65146 Run unit tests with `wiredTiger` by defaultGregory Noma2022-04-071-20/+18
* SERVER-63308: Accomodate WT-8601.Daniel Gottlieb2022-02-081-1/+32
* SERVER-57811 Create API to start storage with alternate locationMatthew Russotto2021-08-091-6/+6
* SERVER-52778 Mark all places where collections are implicitly created in shar...Kaloian Manassiev2021-03-171-2/+2
* SERVER-35970 Use regular Locker during storage engine initializationGregory Wlodarek2020-09-191-1/+2
* SERVER-48433 Remove LogicalClock facadeKevin Pulo2020-09-171-3/+0
* SERVER-43664 Speedup WiredTiger storage engine startup for many tables by opt...Gregory Wlodarek2020-09-031-0/+1
* SERVER-46826 Instantiate the JournalFlusher thread for inMemory and non-durab...Dianna Hohensee2020-08-251-1/+1
* SERVER-49392 Storage engine init checks that enableMajorityReadConcern is com...Gregory Wlodarek2020-08-171-0/+15
* SERVER-48775 Move all Sharding unit-tests that assume a MongoD to the db/s di...Kaloian Manassiev2020-06-211-8/+3
* SERVER-47252 IndexBuildsCoordinator shutdown and index build wait functions a...Benety Goh2020-04-081-2/+11
* SERVER-45847 Pull JournalFlusher thread out of WT and place it above the stor...Dianna Hohensee2020-03-171-0/+2
* SERVER-45904 Create a standalone collection sharding state factoryMarcos José Grillo Ramírez2020-02-111-0/+15
* SERVER-37375 ServiceContextMongoDTest fixture shouldn't write out storage eng...Siyuan Zhou2020-01-071-1/+5
* SERVER-42627 Shutdown IndexBuildsCoordinator before closing all dbs in Servic...Janna Golden2019-08-271-2/+2
* SERVER-39936 Use PeriodicRunner handles to simplify shutdown orderingBen Caimano2019-06-211-1/+0
* SERVER-40716 Refactor catalog initialization logic on startupXiangyu Yao2019-06-071-1/+2
* SERVER-41398 Create IndexAccessMethodFactoryXiangyu Yao2019-06-041-0/+2
* SERVER-40892 Rename UUIDCatalog to CollectionCatalogGeert Bosch2019-05-071-1/+1
* SERVER-40538 Remove UUIDCatalogObserverGregory Wlodarek2019-04-261-9/+0
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-39226 Pause the Timestamp Monitor during rollback-to-stableGregory Wlodarek2019-01-291-5/+5
* SERVER-37455 Delete per-collection cursor managers.David Storch2019-01-231-1/+1
* SERVER-38719 unshim and remove DatabaseHolder::getDatabaseHolder()Benety Goh2018-12-211-1/+3
* SERVER-38719 rename DatabaseHolder::get() to getDb()Benety Goh2018-12-201-1/+2
* SERVER-38323 turn the IndexBuildsCoordinator into an interface and add an imp...Dianna Hohensee2018-12-051-0/+5
* SERVER-37245 Do not access the SessionCatalog directly if not necessaryKaloian Manassiev2018-11-191-3/+4
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-28734 Recover WiredTiger data files when lacking metadata, but have _m...Louis Williams2018-08-081-0/+6
* SERVER-36351 Fix so ServiceContextMongoDTest removes the temp directory in it...Henrik Edin2018-08-071-4/+3
* SERVER-31586 Use PeriodicRunner to refresh balancer configuration periodicallyMatthew Saltz2018-07-251-0/+6
* Revert "SERVER-28734 Provide a way to recover data files when lacking WiredTi...Xiangyu Yao2018-07-131-7/+1
* SERVER-28734 Provide a way to recover data files when lacking WiredTiger meta...Louis Williams2018-07-101-1/+7
* SERVER-35317: Preserve minVisible values when refreshing the catalog.Daniel Gottlieb2018-07-021-1/+3
* SERVER-34798 Remove ServiceContext subclasses and use new ServiceContext in e...Andy Schwerin2018-06-221-62/+29
* SERVER-34762 Remove lock file on embedded.Henrik Edin2018-06-131-1/+1