summaryrefslogtreecommitdiff
path: root/src/mongo/s/commands/cluster_killcursors_cmd.cpp
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-36589 Reorganize libraries and fold s/transaction to s/Randolph Tan2018-09-261-1/+1
|
* SERVER-36557 Compute atClusterTime when killCursors is the first command in ↵Jack Mulrow2018-09-071-0/+18
| | | | a sharded transaction
* SERVER-35829 Make router TransactionParticipant attach txnNumber to requests ↵Jack Mulrow2018-07-251-0/+7
| | | | if not already there
* SERVER-18084 Get rid of direct references to 'grid'Kaloian Manassiev2018-05-071-4/+7
|
* SERVER-32957 part 1: mongos will now destroy kill pending cursors on checkinIan Boros2018-02-201-1/+1
|
* SERVER-32395 Make killCursors work against pinned cursors on mongos when ↵Ian Boros2018-02-071-11/+6
| | | | auth is enabled
* SERVER-32169 Allow killCursors to kill across lsidsSara Golemon2017-12-121-1/+2
|
* SERVER-28260 Check coauth for killCursors and add killAnyCursorsSara Golemon2017-11-301-1/+15
|
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-1/+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-23534 move miscellaneous methods off GridEsha Maharishi2016-04-061-0/+1
|
* SERVER-5811 ClusterKillCursorsCmdQingyang Chen2015-08-141-0/+48