summaryrefslogtreecommitdiff
path: root/src/mongo/s/commands/cluster_is_master_cmd.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* SERVER-29731 get errmsg out of BasicCommand apiMathias Stearn2017-07-131-1/+0
| | | | It is now only used by commands deriving from ErrmsgCommandDeprecated.
* SERVER-29731 convert all direct subclasses of Command to BasicCommandMathias Stearn2017-07-131-2/+2
|
* SERVER-29260 Make BSONObj argument to Command::run() const&Mathias Stearn2017-05-171-1/+1
|
* SERVER-29249 Remove Command::_webUi member and constructor argumentMathias Stearn2017-05-171-1/+1
|
* SERVER-28701 Remove queryOptions argument from Command::run()Mathias Stearn2017-04-121-1/+0
|
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-6/+6
| | | | | | This commit is an automated rename of all whole word instances of txn, _txn, and txnPtr to opCtx, _opCtx, and opCtxPtr, respectively in all .cpp and .h files in src/mongo.
* SERVER-26944 Make Session decorable and move subsystem info into decorationsJonathan Reams2016-12-141-1/+2
|
* SERVER-25393 Disallow mongos making connections to older versionsMark Benvenuto2016-08-191-2/+2
|
* SERVER-25267 SERVER-25265 Integrate compression with networking codeJonathan Reams2016-08-091-0/+3
| | | | and snappy compressor
* SERVER-24611 Implement ClientMetadata classMark Benvenuto2016-08-041-0/+34
|
* SERVER-18399 Fix clang builds broken by automation aware shellAndrew Morrow2016-07-161-1/+2
|
* SERVER-18399 Issue a notification in the shell when automation is activeAndrew Morrow2016-07-151-0/+8
| | | | | Also provides a new setParameter to configure the automation name to be returned in an isMaster reply.
* SERVER-20224 commands that write support writeConcernJudah Schvimer2016-04-121-0/+4
|
* SERVER-23024 remove isWriteCommandForConfigServer methodMisha Tyulenev2016-03-151-3/+0
|
* SERVER-22318 remove SCCC supportMisha Tyulenev2016-03-031-1/+0
|
* SERVER-20651 do not allow mongos connect to mongod if mongod does not ↵Misha Tyulenev2015-11-191-2/+2
| | | | support COMMAND protocol
* SERVER-20640 Get wire versions from native DBClient instead of running isMasterJonathan Reams2015-11-051-2/+2
|
* SERVER-20194 SERVER-18849 add support for querying SCCC mode config servers ↵David Storch2015-09-101-12/+1
| | | | in the new mongos query path
* SERVER-18849 only send wire version for find/getMore commands if config ↵David Storch2015-08-241-1/+14
| | | | | | | | | server mode is CSRS A mongod will return a maxWireVersion of 4 to indicate support for the find and getMore commands. In constrast, mongos will only return maxWireVersion of 4 if configured with CSRS, as full find/getMore command support is predicated on config server as a replica set.
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-40/+38
|
* SERVER-15860 Switch replication metadata ops to be replication-specific, ↵matt dannenberg2015-04-171-2/+1
| | | | rather than using commands
* SERVER-17496 Move all admin commands to separate filesKaloian Manassiev2015-03-111-0/+87