summaryrefslogtreecommitdiff
path: root/src/mongo/s/commands/cluster_create_indexes_cmd.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-49065 Mark API Version 1 commandsPV992020-07-281-0/+4
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-46040 Maintain retry state across stale config retries for sharded dro...Blake Oler2020-04-021-1/+1
* SERVER-46799 Update sharding log lines to adhere to LOGV2 style guideCheahuychou Mao2020-03-251-3/+4
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-1/+6
* SERVER-43310 Always route a sharded cluster's createIndexes call through a re...Blake Oler2020-01-021-1/+1
* SERVER-45103 Sharded index commands shouldn't target primary shard if it does...Cheahuychou Mao2019-12-131-1/+1
* SERVER-44720 Send createIndexes, dropIndexes, and collMod with shard versionsCheahuychou Mao2019-12-041-7/+15
* SERVER-43712 mongos use ReadWriteConcernDefaults for WCKevin Pulo2019-11-061-2/+2
* SERVER-42827 Allow sessions collection to return OK for creating indexes if a...Janna Golden2019-09-121-17/+2
* SERVER-39659 Reformat createShardDatabase to return void and call uasserts on...Jamie Heppenstall2019-06-071-1/+1
* SERVER-38367 Descriptive error message for the inability to create unique ind...Esha Maharishi2019-05-101-1/+14
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-36589 Reorganize libraries and fold s/transaction to s/Randolph Tan2018-09-261-1/+1
* SERVER-27664 Use scatterGatherVersionedTargetByRoutingTable instead of passth...Kaloian Manassiev2018-03-051-1/+0
* SERVER-29908 Move some cluster commands to separate filesKaloian Manassiev2018-02-261-0/+91