summaryrefslogtreecommitdiff
path: root/src/mongo/db/shard_role_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-77123 Make the readConcern for TransactionResources come from prerequi...Kaloian Manassiev2023-05-161-0/+1
* 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 delete...Jordi Serra Torrens2023-04-121-11/+20
* SERVER-66715 Add tenant lockMindaugas Malinauskas2023-04-121-4/+4
* Revert "SERVER-66715 Add tenant lock"Tommaso Tocci2023-04-051-4/+4
* SERVER-66715 Add tenant lockMindaugas Malinauskas2023-04-041-4/+4
* Revert "SERVER-74087 Thread-through `ScopedCollectionOrViewAcquisition` on th...Jordi Serra Torrens2023-04-031-20/+11
* SERVER-74087 Thread-through `ScopedCollectionOrViewAcquisition` on the delete...Jordi Serra Torrens2023-03-311-11/+20
* 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