summaryrefslogtreecommitdiff
path: root/src/mongo/db/shard_role_test.cpp
Commit message (Collapse)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 ↵Pierlauro Sciarelli2023-03-291-1/+0
| | | | chunk manager and shard collection type
* Revert "SERVER-73756 Use ScopedAcquisition in the drop indexes command"Sviatlana Zuiko2023-03-241-14/+30
| | | | This reverts commit a5cec90dee294411d98149e4242858dc5f3e712f.
* Revert "SERVER-73766 Use ScopedCollectionAcquisition in the ↵Sviatlana Zuiko2023-03-241-119/+1
| | | | | | CollectionBulkLoaderImpl" This reverts commit 7a62847796d3797278a7b5fb6215948cd325b45d.
* 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 ↵Kaloian Manassiev2023-02-281-80/+103
| | | | non-existent collections
* 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
| | | | and index version belong to same collection
* SERVER-73004 Add support to CollectionSnapshot for locking multiple ↵Jordi Serra Torrens2023-02-151-0/+35
| | | | collections without recursively locking db lock
* 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
| | | | Database Sharding State
* SERVER-69445 Implement the CollectionSnapshot(s) infrastructure to back ↵Jordi Serra Torrens2023-01-191-0/+672
CollectionPtr