summaryrefslogtreecommitdiff
path: root/src/mongo/s/commands/strategy.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-62175 Mongos fails to attach RetryableWrite Error Label For Command In...Rachita Dhawan2022-05-111-36/+55
* SERVER-58337 Log and count as deprecated commands issued via OP_QUERYIrina Yatsenko2022-05-041-0/+6
* SERVER-58504 Abort in-progress transactions when a load-balanced client disco...George Wangensteen2022-03-211-0/+3
* SERVER-63742 Default topology time in shard can lead to infinite refresh in s...Antonio Fuschetto2022-03-021-2/+2
* SERVER-57772 suppress state-change rewrite when `writeConcernError` is inject...Billy Donahue2021-12-081-0/+1
* SERVER-56694 implicit default majority write concern should set usedDefault=f...Moustafa Maher2021-06-091-1/+4
* SERVER-50549 transform state-changing errors returned by mongosBilly Donahue2021-06-081-0/+6
* SERVER-53624 Make mongos return RetryableWriteError label when retryable writ...Cheahuychou Mao2021-05-261-4/+2
* SERVER-56868 Fix semantics for write concern provenance when implicit default...Huayu Ouyang2021-05-251-3/+12
* SERVER-56488 Change the default read concern to always be localSamy Lanka2021-05-211-21/+46
* SERVER-56501 Add into serverStatus().opcounters a subsection for deprecated o...Irina Yatsenko2021-05-191-2/+8
* SERVER-56550 Require consistent API params in getMore and txnsA. Jesse Jiryu Davis2021-05-131-3/+2
* Revert "SERVER-50549 transform state-changing errors returned by mongos"Sviatlana Zuiko2021-05-111-6/+0
* SERVER-50549 transform state-changing errors returned by mongosBilly Donahue2021-05-101-0/+6
* SERVER-55699 Revert tassert to uassert for internal commands withoutHuayu Ouyang2021-04-281-2/+2
* SERVER-55699 Add an explicit write concern to internal write operationsHuayu Ouyang2021-04-201-13/+21
* SERVER-55700 Update kImplicitDefault in WriteConcernOptionsHuayu Ouyang2021-04-191-2/+9
* SERVER-54020: ShardInvalidatedForTargeting thrown by resharding's getDestined...Jordi Serra Torrens2021-04-061-2/+18
* SERVER-54975 Rename IDL parser classes to use CommandRequest and CommandReply...Bernard Gorman2021-04-021-3/+3
* SERVER-55017 fix iassert(...) and tassert(...) argument evaluationBilly Donahue2021-03-101-4/+4
* SERVER-53149 Finish converting getMore to IDL, try 3A. Jesse Jiryu Davis2021-03-101-7/+6
* Revert "SERVER-53149 Finish converting getMore to IDL, try 2"Max Hirschhorn2021-03-091-6/+7
* SERVER-53149 Finish converting getMore to IDL, try 2A. Jesse Jiryu Davis2021-03-081-7/+6
* Revert "SERVER-53149 Finish converting getMore to IDL"Max Hirschhorn2021-03-061-6/+7
* SERVER-53149 Finish converting getMore to IDLA. Jesse Jiryu Davis2021-03-061-7/+6
* SERVER-54539 Make command execution mindful of the threading modelAmirsaman Memaripour2021-02-261-2/+17
* SERVER-53060 Remove QueryRequest classRuoxin Xu2021-02-171-26/+28
* SERVER-54022 Simplify AuthorizationSessionMark Benvenuto2021-02-091-2/+3
* SERVER-50141 Destroy OperationContext explicitly after sinkBen Caimano2021-02-051-143/+97
* SERVER-51624 Modify query commands to enforce API version 1 behaviourRuoxin Xu2021-01-301-2/+2
* SERVER-53371 Set API Parameters on opCtx before parsing commandSamy Lanka2020-12-161-6/+12
* SERVER-49109 Move to the dedicated executor after blocking commandsBen Caimano2020-12-031-4/+3
* SERVER-52612 Fix requireApiVersion for getMore and transactionsA. Jesse Jiryu Davis2020-11-301-1/+4
* SERVER-51690 Add support for async command execution to MongosAmirsaman Memaripour2020-11-241-637/+862
* SERVER-35069 Explain should include command being explainedRuoxin Xu2020-11-101-1/+1
* SERVER-51263 rename ismaster_metrics files to hello_metricsPavi Vetriselvan2020-11-091-1/+1
* SERVER-50511 Change local variables and functions in dbclient filesAmirsaman Memaripour2020-10-231-1/+1
* SERVER-49336 Set ClientMetadata before CommandInvocations are runBen Caimano2020-10-151-11/+20
* SERVER-50418-2 Rename IsMasterMetrics to HelloMetrics and InExhaustIsMaster t...Huayu Ouyang2020-09-301-1/+1
* SERVER-50418 Add exhaustHello to serverStatushuayu-ouyang2020-09-241-1/+1
* SERVER-51106 Make the isMaster command a derived class of helloAli Mir2020-09-231-1/+2
* SERVER-48433 Remove LogicalClock facadeKevin Pulo2020-09-171-4/+3
* SERVER-46199 Make the collection CatalogCache support causal consistencyMarcos José Grillo Ramírez2020-09-091-12/+4
* SERVER-49380 Add API params to mongo shellA. Jesse Jiryu Davis2020-08-201-1/+1
* SERVER-49965: Add apiVersion metrics to serverStatus and remove stale metricsXueruiFa2020-08-201-11/+13
* SERVER-49963: Store API parameters for serverStatus metricsXueruiFa2020-08-131-1/+1
* SERVER-49963: Store API parameters for serverStatus metricsXueruiFa2020-08-131-4/+14
* SERVER-48991 Make DatabaseCache causally consistent through the usage of Comp...Tommaso Tocci2020-08-061-2/+2
* SERVER-49986 Convert isMaster command to hello and keep isMaster, ismaster al...Pavi Vetriselvan2020-08-051-1/+1
* SERVER-50097 isMaster aliases should correctly populate exhaustIsMasterMetricsPavi Vetriselvan2020-08-051-11/+12