summaryrefslogtreecommitdiff
path: root/src/mongo/s/cluster_commands_helpers.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-45112 Report error labels for cluster create indexes responsesMaria van Keulen2020-01-271-0/+10
* SERVER-45414 Remove CannotImplicitlyCreateCollection retry logic on mongosMihai Andrei2020-01-271-9/+0
* SERVER-44252 Delete implicit collection creation loop through the config serv...Mihai Andrei2020-01-271-6/+0
* SERVER-45102 Sharded listIndexes should always target a shard that owns chunksCheahuychou Mao2020-01-271-0/+22
* SERVER-45103 Sharded index commands shouldn't target primary shard if it does...Cheahuychou Mao2020-01-271-32/+1
* SERVER-44720 Send createIndexes, dropIndexes, and collMod with shard versionsCheahuychou Mao2019-12-041-24/+32
* SERVER-43712 mongos use ReadWriteConcernDefaults for RCKevin Pulo2019-11-291-7/+44
* SERVER-43712 mongos use ReadWriteConcernDefaults for WCKevin Pulo2019-11-061-0/+51
* SERVER-42827 Allow sessions collection to return OK for creating indexes if a...Janna Golden2019-09-121-0/+23
* SERVER-42430 Create whitelist of namespaces that are allowed to be created im...Janna Golden2019-08-191-7/+9
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-6/+4
* SERVER-41950 MongoS should attach dbVersion on agg path when collection is un...jannaerin2019-07-171-4/+4
* SERVER-41951 Make the findAndModify path on mongos attach databaseVersion whe...Jason Zhang2019-07-121-9/+10
* SERVER-41676 Convert TransactionRouter to use observer pattern to synchronize...Blake Oler2019-06-271-4/+3
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-1/+1
* SERVER-39659 Reformat createShardDatabase to return void and call uasserts on...Jamie Heppenstall2019-06-071-19/+17
* SERVER-38367 Descriptive error message for the inability to create unique ind...Esha Maharishi2019-05-101-18/+12
* SERVER-38369 Only surface a 'request doesn't allow collection to be created i...Esha Maharishi2019-05-101-82/+71
* SERVER-40784 Change document shard key code should check commitTransaction wr...jannaerin2019-05-011-3/+26
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38728 allow pipeline with lookup stage on sharded collection to run on...Ian Boros2019-01-291-0/+1
* SERVER-38661 Don't allow read commands to change global read timestamp for sh...Jack Mulrow2018-12-201-16/+0
* SERVER-36688 Move atClusterTime helpers into TransactionRouterJack Mulrow2018-10-291-2/+2
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-37349 Later statements in a transaction should target shards using the...Jack Mulrow2018-10-191-0/+16
* SERVER-36589 Reorganize libraries and fold s/transaction to s/Randolph Tan2018-09-261-0/+567