summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/get_last_error.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-2/+8
* SERVER-43854: Make WriteConcernOptions::parse a static function returning Sta...Lingzhi Deng2019-11-121-1/+3
* SERVER-43252: Only compute WriteConcernResult.writtenTo for CmdGetLastErrorLingzhi Deng2019-10-031-0/+12
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-3/+0
* SERVER-33226: remove getPrevError() commandKim Tao2019-01-101-34/+1
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-26/+28
* SERVER-36050 Remove isV1ElectionProtocol() check.Suganthi Mani2018-07-271-5/+1
* SERVER-34628 Really remove appendCommandStatusMathias Stearn2018-05-081-6/+4
* SERVER-34628 Prep for removing appendCommandStatusMathias Stearn2018-05-081-4/+4
* SERVER-34179 refactor isGenericArgumentBilly Donahue2018-04-021-1/+2
* SERVER-33355 Support readConcern level snapshot reads on secondariesJames Wahlin2018-03-031-4/+1
* SERVER-29519 Remove getGlobalReplicationCoordinator. Replace when getting dec...Nick Zolnierz2018-03-021-1/+1
* Revert "SERVER-29519 Remove getGlobalReplicationCoordinator. Replace when get...Nick Zolnierz2018-03-021-1/+1
* SERVER-29519 Remove getGlobalReplicationCoordinator. Replace when getting dec...Henrik Edin2018-03-021-1/+1
* SERVER-33286 Provide service context in Command::secondaryAllowed to allow ge...Henrik Edin2018-02-141-3/+3
* SERVER-33136 const-ify the command auth accessorsBilly Donahue2018-02-061-3/+3
* SERVER-32958 unrevert "SERVER-32958 slaveOk,slaveOverrideOk replacement"Billy Donahue2018-01-311-6/+6
* Revert "SERVER-32958 slaveOk,slaveOverrideOk replacement"Judah Schvimer2018-01-311-6/+6
* SERVER-32958 slaveOk,slaveOverrideOk replacementBilly Donahue2018-01-311-6/+6
* SERVER-32958 Command::help() returns std::stringBilly Donahue2018-01-301-13/+13
* SERVER-29519 Removed many usages of getGlobalReplicationCoordinatorHenrik Edin2018-01-221-5/+5
* SERVER-32646 CommandHelpersBilly Donahue2018-01-161-6/+6
* SERVER-28342 Ensure session bookkeeping happensJason Carey2017-08-221-0/+8
* SERVER-30673 !requiresAuth for gle commandJason Carey2017-08-161-0/+5
* SERVER-29731 get errmsg out of BasicCommand apiMathias Stearn2017-07-131-9/+7
* SERVER-29731 convert all direct subclasses of Command to BasicCommandMathias Stearn2017-07-131-6/+6
* SERVER-29469 Delete OperationContextImpl classMathias Stearn2017-06-071-1/+1
* SERVER-29260 Make BSONObj argument to Command::run() const&Mathias Stearn2017-05-171-3/+3
* SERVER-29249 Remove Command::_webUi member and constructor argumentMathias Stearn2017-05-171-3/+3
* SERVER-28701 Remove queryOptions argument from Command::run()Mathias Stearn2017-04-121-3/+0
* SERVER-28507 Centralize ignored fields in command implementationsMathias Stearn2017-04-121-2/+10
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-11/+11
* SERVER-23501 include stringified error code in erroring command repliesDorothy Chen2016-08-261-0/+4
* SERVER-25204 Allow writeConcern w:1 for 'local' on CSRS config serversKaloian Manassiev2016-07-251-2/+4
* SERVER-24858 Tighten assertions around waiting for write concernKaloian Manassiev2016-07-081-4/+5
* SERVER-20224 Now only the command processor calls txn->setWriteConcern()Mathias Stearn2016-05-091-2/+1
* SERVER-22694 removed setupSynchronousCommit() and goingToWaitUntilDurable()Judah Schvimer2016-04-251-1/+0
* SERVER-20224 commands that write support writeConcernJudah Schvimer2016-04-121-0/+9
* SERVER-23103 Break circularity between optime and bson_extractAndrew Morrow2016-03-211-1/+1
* SERVER-23024 remove isWriteCommandForConfigServer methodMisha Tyulenev2016-03-151-9/+0
* SERVER-22007 Disable last-error tracking for help commands.Andy Schwerin2016-01-051-1/+0
* SERVER-21604 v3.0 mongos fails to ping config.mongos if config servers are v3.2Randolph Tan2015-11-251-1/+1
* SERVER-20945 do not require majority write concern for CSRS local dbMisha Tyulenev2015-10-201-1/+1
* SERVER-19934 waitForWriteConcern should take write concern parameterKaloian Manassiev2015-10-071-1/+1
* SERVER-20434 Allow mongos to store full OpTimes for GLE supportSiyuan Zhou2015-09-231-21/+32
* SERVER-19765 Rename term constants.Siyuan Zhou2015-08-271-1/+1
* SERVER-19058: Don't call waitUntilDurable without goingToWaitUntilDurableGeert Bosch2015-07-101-0/+1
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-232/+235
* SERVER-18277 Stronger locking rules for CurOp and OpDebug.Andy Schwerin2015-06-051-1/+4
* SERVER-18217 Change Timestamp to OpTime where appropriate.Siyuan Zhou2015-05-121-4/+11