summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/killcursors_common.h
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-65101 Replace transaction and retryable write command allow lists ↵Randolph Tan2022-06-081-0/+4
| | | | with methods on Command
* SERVER-56488 Change the default read concern to always be localSamy Lanka2021-05-201-2/+3
|
* SERVER-54975 Rename IDL parser classes to use CommandRequest and ↵Bernard Gorman2021-04-021-2/+2
| | | | CommandReply suffixes
* SERVER-32640 migrate cursor kill audit into authorization checkSergey Galtsev2021-03-051-4/+1
|
* SERVER-53161 Convert killCursors to TypedCommandSara Golemon2021-01-131-38/+79
|
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
| | | | | | Remove leading comments that are just stating the filename. Move any file-level comments below the copyright banner. Remove leading blank lines.
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
|
* SERVER-36557 Compute atClusterTime when killCursors is the first command in ↵Jack Mulrow2018-09-071-4/+4
| | | | a sharded transaction
* SERVER-33286 Provide service context in Command::secondaryAllowed to allow ↵Henrik Edin2018-02-141-1/+1
| | | | getting interfaces without using global get function.
* SERVER-33136 const-ify the command auth accessorsBilly Donahue2018-02-061-1/+1
|
* SERVER-32958 unrevert "SERVER-32958 slaveOk,slaveOverrideOk replacement"Billy Donahue2018-01-311-2/+2
| | | | | | w/fix: update a new command to secondaryAllowed This reverts commit d75cb425fbc3cf4b569eb1722c3f8abec45654a2.
* Revert "SERVER-32958 slaveOk,slaveOverrideOk replacement"Judah Schvimer2018-01-311-2/+2
| | | | This reverts commit be24b0323d3f2d424d9e22337f4221d39001ac31.
* SERVER-32958 slaveOk,slaveOverrideOk replacementBilly Donahue2018-01-311-2/+2
| | | | declare read_preference dep. update service_entry_opint_embedded
* SERVER-32958 Command::help() returns std::stringBilly Donahue2018-01-301-2/+2
|
* SERVER-28260 Check coauth for killCursors and add killAnyCursorsSara Golemon2017-11-301-3/+8
|
* 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-19318 Reimplement the currentOp command as a $currentOp aggregationBernard Gorman2017-07-071-0/+1
|
* SERVER-29260 Make BSONObj argument to Command::run() const&Mathias 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-3/+3
| | | | | | 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-25488 merge ClientBasic and ClientKyle Suarez2016-08-081-1/+1
|
* SERVER-20224 commands that write support writeConcernJudah Schvimer2016-04-121-0/+4
|
* SERVER-23024 remove isWriteCommandForConfigServer methodMisha Tyulenev2016-03-151-3/+0
|
* SERVER-20708 make getMore and killCursors commands ignore the slaveOk bitDavid Storch2015-10-071-4/+0
| | | | These commands will now succeed on secondaries even if slaveOk=0.
* SERVER-5811 ClusterKillCursorsCmdQingyang Chen2015-08-141-0/+95