summaryrefslogtreecommitdiff
path: root/src/mongo/db/shard_role_test.cpp
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-77123 Make the readConcern for TransactionResources come from ↵Kaloian Manassiev2023-05-161-0/+1
| | | | prerequisites
* SERVER-73298 Use acquisitions on insert pathsJordi Serra Torrens2023-05-101-0/+49
|
* SERVER-76538 Use acquisitons on internal update pathsJordi Serra Torrens2023-05-091-0/+111
|
* SERVER-74196 Take catalog/storage snapshot on acquisitions APIDaniel Gómez Ferro2023-05-081-105/+389
|
* SERVER-74493 Make DatabaseName constructors private - test filesmathisbessamdb2023-04-271-1/+1
|
* SERVER-76222 Avoid temporary allocations of DatabaseNameMatt Broadstone2023-04-181-4/+4
|
* SERVER-76085 Create createDatabaseName_forTest to be used in unit testingmathisbessamdb2023-04-171-1/+1
|
* SERVER-75733 Return StringData in NSS::ns, DatabaseName::dbMatt Broadstone2023-04-141-5/+5
|
* SERVER-74087 Thread-through `ScopedCollectionOrViewAcquisition` on the ↵Jordi Serra Torrens2023-04-121-11/+20
| | | | delete code path
* SERVER-66715 Add tenant lockMindaugas Malinauskas2023-04-121-4/+4
|
* Revert "SERVER-66715 Add tenant lock"Tommaso Tocci2023-04-051-4/+4
| | | | This reverts commit b9d8a47872050ca5fe6c1b95fcb0534e6e0ebc3d.
* SERVER-66715 Add tenant lockMindaugas Malinauskas2023-04-041-4/+4
|
* Revert "SERVER-74087 Thread-through `ScopedCollectionOrViewAcquisition` on ↵Jordi Serra Torrens2023-04-031-20/+11
| | | | | | the delete code path" This reverts commit 534b9fc40ef0d19fc7a623f255a3f0f5d1dba4f4.
* SERVER-74087 Thread-through `ScopedCollectionOrViewAcquisition` on the ↵Jordi Serra Torrens2023-03-311-11/+20
| | | | delete code path
* 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