summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/get_last_error.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-70147 Migrate addRequiredPrivileges to checkAuthForOperationSara Golemon2022-10-051-3/+6
* SERVER-67827 Convert non-sharding ErrmsgCommandDeprecated commands to BasicCo...Sophia Tan2022-08-171-7/+6
* SERVER-57384 Remove serverStatus counters and logging for deleted opcodesIrina Yatsenko2022-08-031-2/+1
* SERVER-66833 Improve error and log messages on attempt to use unsupported leg...David Storch2022-06-011-2/+2
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-57390 Remove getLastError implementationYoonsoo Kim2021-07-221-210/+8
* SERVER-55788 Deprecate legacy wire protocol opcodesPavi Vetriselvan2021-05-071-0/+3
* SERVER-55701 Ignore replica set config's getLastErrorDefaultsHuayu Ouyang2021-04-261-10/+0
* SERVER-47817 Remove resetError commandAlexandre Bique2021-01-281-35/+0
* SERVER-50667 replace comment/variable references to slave with secondaryPavi Vetriselvan2020-11-301-1/+1
* SERVER-51848 Specific generic args in IDLA. Jesse Jiryu Davis2020-11-111-1/+1
* SERVER-48084 Lint log lines in mongo/db/commandsSara Golemon2020-05-131-4/+4
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45623 improve diagnosability of default writeConcernKevin Pulo2020-02-201-1/+1
* 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