summaryrefslogtreecommitdiff
path: root/src/mongo/db/shard_role_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-73766 Use ScopedCollectionAcquisition in the CollectionBulkLoaderImplKaloian Manassiev2023-03-301-31/+133
* SERVER-73112 Make NamespaceString constructors privatejannaerin2023-03-291-1/+2
* SERVER-75302 Remove unused `allowAutoSplit` and `maxChunkSizeBytes` from chun...Pierlauro Sciarelli2023-03-291-1/+0
* Revert "SERVER-73756 Use ScopedAcquisition in the drop indexes command"Sviatlana Zuiko2023-03-241-14/+30
* Revert "SERVER-73766 Use ScopedCollectionAcquisition in the CollectionBulkLoa...Sviatlana Zuiko2023-03-241-119/+1
* SERVER-73756 Use ScopedAcquisition in the drop indexes commandKaloian Manassiev2023-03-231-30/+14
* SERVER-73766 Use ScopedCollectionAcquisition in the CollectionBulkLoaderImplKaloian Manassiev2023-03-221-1/+119
* SERVER-73766 Introduce kLocalCatalogOnlyWithPotentialDataLoss placement concernKaloian Manassiev2023-03-161-73/+89
* SERVER-70799 Remove ShardVersion::IGNORED()Allison Easton2023-03-131-3/+3
* SERVER-74387 Allow the acquireCollection(s)[OrView(s)] methods to acquire non...Kaloian Manassiev2023-02-281-80/+103
* SERVER-73005 Support view acquisition on CollectionSnapshot APIJordi Serra Torrens2023-02-231-315/+406
* SERVER-72889 Add checks to shard version constructor to ensure chunk version ...Allison Easton2023-02-211-6/+9
* SERVER-73004 Add support to CollectionSnapshot for locking multiple collectio...Jordi Serra Torrens2023-02-151-0/+35
* SERVER-72346 Enforce the required lock mode in the DatabaseShardingState APIAntonio Fuschetto2023-02-091-11/+10
* SERVER-73289 Support yield/restore on CollectionSnapshots APIJordi Serra Torrens2023-02-091-108/+454
* SERVER-73112 Expose function to construct NamespaceString in unit testsjannaerin2023-02-081-5/+10
* SERVER-72869 Push the database metadata from the Storage Catalog back to the ...Antonio Fuschetto2023-01-251-3/+6
* SERVER-69445 Implement the CollectionSnapshot(s) infrastructure to back Colle...Jordi Serra Torrens2023-01-191-0/+672