summaryrefslogtreecommitdiff
path: root/src/mongo/db/service_context_d_test_fixture.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-34798 Move storage initialization behaviors out of ServiceContext subc...Andy Schwerin2018-05-051-2/+3
* SERVER-34751 Replace getGlobalStorageEngine cals with getStorageEngine.Andy Schwerin2018-05-031-1/+1
* SERVER-32645 Create a shim helper framework.ADAM David Alan Martin2018-04-301-5/+6
* Revert "SERVER-32645 Create a shim helper framework."Kyle Suarez2018-04-301-6/+5
* SERVER-32645 Create a shim helper framework.ADAM David Alan Martin2018-04-271-5/+6
* SERVER-32630 Ensure the fCV parameter is initialized before readingMaria van Keulen2018-03-091-0/+2
* SERVER-29908 Move OpObserver callbacks out of CollectionShardingStateKaloian Manassiev2018-03-071-2/+0
* SERVER-33330 closeAll now checks for bg jobs in progressEric Milkie2018-02-161-2/+1
* SERVER-32741 Initialize the featureCompatibilityVersion parameter value to 3.6Maria van Keulen2018-02-011-0/+12
* SERVER-31170 Cleanup bench_run.cppKaloian Manassiev2017-09-221-2/+4
* SERVER-29544 Remove deprecated macro calls.Ian Kuehne2017-07-031-3/+2
* SERVER-28565 Do not return logicalTime on non-sharded RSJack Mulrow2017-04-181-4/+1
* SERVER-25694 Eliminate race in PlanExecutor cleanup.Charlie Swanson2017-04-131-1/+1
* SERVER-28432 Move key management out from TimeProofServiceJack Mulrow2017-03-301-3/+1
* SERVER-27727 Make threadName a native thread_local so debuggers can get to itMathias Stearn2017-03-241-1/+1
* SERVER-28204 added RollbackTest fixtureBenety Goh2017-03-231-0/+5
* SERVER-22541 Refactor RAII locking helpers.Charlie Swanson2017-03-151-2/+1
* SERVER-27749 Integrate LogicalTimeMetadataRandolph Tan2017-03-071-1/+1
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-10/+10
* SERVER-27768 Implement HMAC key for signing Logical clock's storage & distrib...Jack Mulrow2017-03-021-1/+3
* SERVER-27773 add operationTime field to the command responseMisha Tyulenev2017-02-281-0/+8
* SERVER-27301 converted OpObserver into an interface. ServiceContext should al...Benety Goh2016-12-071-0/+3
* SERVER-25350 Move thread initialization from subclasses into ServiceContextMo...Sam Dunietz2016-08-021-1/+3