summaryrefslogtreecommitdiff
path: root/src/mongo/db/catalog/collection_writer_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-71287 Stash CollectionCatalog when starting multi-document transactionsHenrik Edin2022-12-141-1/+2
* SERVER-71415 Stash CollectionCatalog on RecoveryUnit::SnapshotHenrik Edin2022-11-181-2/+2
* SERVER-69997 Implement two-phase commit of writable collection instancesHenrik Edin2022-10-061-0/+2
* SERVER-68265 Maintain historic catalogId mapping in CollectionCatalogHenrik Edin2022-09-261-2/+4
* SERVER-62370 Remove the _opCtx from the CollectionWriter and instead use the ...Shin Yee Tan2022-06-101-4/+4
* SERVER-52877 Unify how writable Collections instances are handledHenrik Edin2022-04-051-14/+32
* SERVER-64606 Remove TenantNamespacejannaerin2022-04-011-7/+5
* SERVER-64422 Modify lookupCollection*ForRead to lookup in UncommittedCatalogU...Yu Jin Kang Park2022-03-291-8/+7
* SERVER-61986 Add TenantNamespace to Collection objectjannaerin2022-01-181-5/+7
* Revert "SERVER-62239 Put tenantId on opCtx if passed as $tenant"Kaloian Manassiev2022-01-161-7/+5
* SERVER-61986 Add TenantNamespace to Collection objectjannaerin2022-01-141-5/+7
* SERVER-60837 Remove CollectionUUID and OptionalCollectionUUID aliasesDaniel Gómez Ferro2021-12-021-3/+2
* SERVER-60057 Remove ConcurrentCatalogWriteBatches testHenrik Edin2021-09-211-62/+0
* SERVER-53885 Make ConcurrentCatalogWriteBatches more deterministic by only ch...Henrik Edin2021-01-211-4/+27
* SERVER-53665 Increase number of Collections in ConcurrentCatalogWriteBatches ...Henrik Edin2021-01-081-1/+13
* SERVER-53113 Add unittests for writing to the CollectionCatalog using read-co...Henrik Edin2021-01-061-0/+131
* SERVER-53535 Rename collection with dropTarget=true is written atomically int...Henrik Edin2021-01-061-1/+2
* SERVER-51237 Add unittests for CollectionPtr and CollectionWriterHenrik Edin2021-01-041-0/+206