summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/storage_engine_test_fixture.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-75497 Convert ordered containers in CollectionCatalog to immutableDan Larkin-York2023-05-111-2/+1
* Revert "SERVER-75497 Convert ordered containers in CollectionCatalog to immut...Gregory Wlodarek2023-05-041-1/+2
* SERVER-75497 Convert ordered containers in CollectionCatalog to immutableDan Larkin-York2023-05-021-2/+1
* SERVER-46870 Generalize OplogStones into a reusable generic classJordi Olivares Provencio2023-02-241-0/+2
* SERVER-73818 Remove CollectionPtr from CollectionCatalog interfaceHenrik Edin2023-02-151-1/+1
* SERVER-71018 remove dbhelper dependency from StorageRepairObserverBenety Goh2023-02-131-1/+6
* SERVER-73112 Expose function to construct NamespaceString in unit testsjannaerin2023-02-081-1/+1
* SERVER-73340 Drop abandoned idents at startup using the stable timestampHenrik Edin2023-01-301-3/+3
* SERVER-66145 Prevent operations from writing with read ticketsLouis Williams2022-12-161-1/+1
* SERVER-69997 Implement two-phase commit of writable collection instancesHenrik Edin2022-10-061-0/+2
* SERVER-69372 Use catalogId mapping when instantiating Collection at timestampHenrik Edin2022-09-271-3/+3
* SERVER-68265 Maintain historic catalogId mapping in CollectionCatalogHenrik Edin2022-09-261-1/+2
* SERVER-62923 Change DB lock RAII types to use DatabaseNamejannaerin2022-07-151-1/+1
* SERVER-66614 Run Unit Tests with ephemeral WiredTiger by defaultJordi Olivares Provencio2022-06-161-1/+7
* SERVER-63865 Handle missing index idents during standalone startup recoveryGregory Noma2022-05-311-1/+4
* SERVER-52604 normalize log.h inclusion semanticsBilly Donahue2022-05-041-2/+4
* SERVER-65191 Run `StorageEngineRepairTest` with `wiredTiger`Gregory Noma2022-04-211-3/+1
* SERVER-65146 Run unit tests with `wiredTiger` by defaultGregory Noma2022-04-071-22/+8
* SERVER-64832: Convert WT unittests to use replica set logging settings.Daniel Gottlieb2022-04-071-1/+1
* Revert "SERVER-64832: Convert WT unittests to use replica set logging settings."auto-revert-processor2022-04-071-1/+1
* SERVER-64832: Convert WT unittests to use replica set logging settings.Daniel Gottlieb2022-04-061-1/+1
* SERVER-52877 Unify how writable Collections instances are handledHenrik Edin2022-04-051-4/+4
* SERVER-64606 Remove TenantNamespacejannaerin2022-04-011-5/+3
* SERVER-62010 Change DurableCatalog to store TenantNamespacejannaerin2022-01-261-3/+4
* SERVER-61986 Add TenantNamespace to Collection objectjannaerin2022-01-181-1/+3
* Revert "SERVER-62239 Put tenantId on opCtx if passed as $tenant"Kaloian Manassiev2022-01-161-3/+1
* SERVER-61986 Add TenantNamespace to Collection objectjannaerin2022-01-141-1/+3
* SERVER-61441 Improve robustness of clustered record store creationJosef Ahmad2021-12-011-0/+4
* SERVER-59075 Create temporary RecordStore in HashAgg stageEric Cox2021-10-141-1/+1
* SERVER-57811 Create API to start storage with alternate locationMatthew Russotto2021-08-091-4/+20
* SERVER-57125 Removed Feature Trackerlukebhan2021-06-301-0/+1
* SERVER-56002 SERVER-56023 Store Collection metadata in the Collection and rep...Henrik Edin2021-05-201-12/+17
* SERVER-55397 Relax index ident reconciliation invariant when restarting an in...Gregory Noma2021-05-051-3/+3
* SERVER-53982 Delete prefixed RecordStore codeLouis Williams2021-01-271-2/+2
* SERVER-53535 Rename collection with dropTarget=true is written atomically int...Henrik Edin2021-01-061-1/+1
* SERVER-52556 Versioned CollectionCatalog. Writes are performed using copy-on-...Henrik Edin2020-11-131-5/+7
* SERVER-51094 Remove collection parameter in IndexDescriptor constructorBrian DeLeonardis2020-10-141-2/+1
* SERVER-48882 Remove newly empty database directories when using directoryperdbGregory Noma2020-10-081-3/+3
* SERVER-50984 Add CollectionPtr to replace usage of const Collection*Henrik Edin2020-09-261-3/+3
* SERVER-50317 Const correct uses of CollectionHenrik Edin2020-09-021-3/+3
* SERVER-47885 Added lookupCollectionByXXXForRead interface to the Collection c...Henrik Edin2020-08-071-2/+2
* SERVER-49301 StorageEngineImpl::reconcileCatalogAndIdents() accepts policy fo...Benety Goh2020-07-311-1/+8
* SERVER-38987 Replace ephemeralForTest storage engine with biggie implementationHenrik Edin2020-07-171-3/+6
* SERVER-47867 Remove ghost timestamping codeLouis Williams2020-07-011-1/+6
* SERVER-46568 removing the unittestOutput domainGabriel Russell2020-04-141-4/+12
* SERVER-44139 Allow collection creation in multi-document transactionsMaria van Keulen2020-01-071-3/+3
* SERVER-43859: Take MODE_IX locks for collection creation.Daniel Gottlieb2019-11-261-7/+10
* SERVER-39451 Support recover-to-stable rollback for two-phase index buildsLouis Williams2019-11-141-19/+6
* SERVER-44408 Persist index build UUID to the durable catalogLouis Williams2019-11-071-2/+1
* SERVER-44276: Change storage engine catalog map to be keyed by RecordId inste...Daniel Gottlieb2019-11-061-23/+38