summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/set_cluster_parameter_command.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-62266: Serialize setClusterParameter and drop cluster parameter collec...Varun Ravichandran2022-04-221-4/+6
* SERVER-59922: Use FCV check with feature flag in replica set setClusterParameterAdam Rayner2022-04-121-3/+4
* SERVER-65128: Improve integration testing and address bugs in setClusterParam...Varun Ravichandran2022-04-071-1/+12
* SERVER-63870 Integrate replica set setClusterParameter into POS with replay p...Marcos José Grillo Ramirez2022-04-051-1/+5
* SERVER-62261: Implement getClusterParameter command on mongod and mongosVarun Ravichandran2022-04-011-1/+5
* SERVER-64326 setClusterParameter command unpacks object parameters and valdiatesAdam Rayner2022-03-301-5/+19
* SERVER-62265 Add setClusterParameter command to mongosMarcos Jose Grillo Ramirez2022-03-181-0/+84