summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/sharding_ddl_util_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-74185 Support for cleanup in Recoverable Sharding DDL CoordinatorAntonio Fuschetto2023-03-091-0/+92
* SERVER-73112 Expose function to construct NamespaceString in unit testsjannaerin2023-02-081-5/+6
* SERVER-72942 Change DBClient *Collection functions to use NamespaceString obj...Sophia Tan2023-02-041-3/+3
* SERVER-72946 Change DbClient *Index functions to use NamespaceString objectSophia Tan2023-02-031-1/+1
* SERVER-71615 Add top-level `onCurrentShardSince` field to `config.chunk` entriesSilvia Surroca2022-12-211-4/+8
* SERVER-71891 Explicitly use ShardLocal in ShardingCatalogManagerJack Mulrow2022-12-151-3/+9
* SERVER-68930 Add placement history entry when a collection is removed from co...Paolo Polato2022-11-281-0/+7
* SERVER-68214 move session_catalog*, session*, logical_session* to mongo/db/se...Shin Yee Tan2022-08-171-2/+2
* SERVER-64449 Get rid of the gFeatureFlagNewWriteErrorExceptionFormat flagKaloian Manassiev2022-06-221-8/+4
* SERVER-66565 Use hint with config.transactions partial index and allow creati...Jack Mulrow2022-05-251-0/+3
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-62906 Add a check in the createCollection/shardCollection path verifyi...Antonio Fuschetto2022-02-021-16/+39
* SERVER-61385 Migrate callers of 'DBClientBase::query()' legacy API to the mod...David Storch2021-12-211-24/+15
* SERVER-60632 return NamespaceExists from mongos when dropTarget=falsePierlauro Sciarelli2021-11-151-1/+1
* SERVER-59512 add new, cleaner query interface to DBClientBaseDavid Storch2021-11-101-3/+3
* SERVER-52847 Make timestamp required in CollectionType and ShardCollectionTyp...Allison Easton2021-09-211-2/+2
* SERVER-59052 Remove deprecated ChunkType::ns fieldSimon Graetzer2021-08-291-2/+2
* SERVER-58670 Tighten up what kind of BSON the 'Query' type can be wrapped aroundIrina Yatsenko2021-08-231-10/+18
* SERVER-58670 Modernize DBClientBase query interface to avoid OP_QUERY-derived...Irina Yatsenko2021-08-141-2/+24
* SERVER-56649 Make renameCollection resilient to network partitionsSimon Graetzer2021-07-061-1/+2
* SERVER-57060 Rename of a sharded collection must bump the collection versionPierlauro Sciarelli2021-06-171-4/+9
* SERVER-56490 Replace expensive ddl_utils calls to catalog client with batched...Pierlauro Sciarelli2021-06-041-1/+18
* SERVER-54605 Make rename collection coordinator resilient to stepdowns (Part 2)Pierlauro Sciarelli2021-03-291-1/+3
* SERVER-55281 lint for newline violationsBilly Donahue2021-03-251-1/+1
* SERVER-52812 Unify the implicit createDatabase/enableSharding flowKaloian Manassiev2021-02-211-1/+0
* SERVER-54579: Complete TODO listed in SERVER-53105Jordi Serra Torrens2021-02-171-14/+11
* SERVER-53105: Pass 'hint' when querying config.chunks in ConfigServerCatalogC...Jordi Serra Torrens2021-02-161-1/+1
* SERVER-53740 Implicitly setup the database in ConfigServerTestFixture::setupC...Pierlauro Sciarelli2021-01-221-20/+7
* SERVER-53903 Temporarily rename sharded metadata without a transactionPierlauro Sciarelli2021-01-201-33/+21
* SERVER-53418 Rename preconditions for sharded collectionsPierlauro Sciarelli2021-01-131-3/+92
* SERVER-53384 Enclose sharded collection metadata rename logic in a transactionPierlauro Sciarelli2020-12-221-0/+164