summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/do_txn_cmd.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-39576 Remove the 'doTxn' commandWilliam Schultz2019-08-131-172/+0
* Apply formatting per `clang-format-7.0.1`clang-format-7.0.12019-07-261-3/+1
* SERVER-40892 Rename UUIDCatalog to CollectionCatalogGeert Bosch2019-05-071-1/+1
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37179 Pass the reference of OperationSessionInfoFromClient around.Siyuan Zhou2018-10-241-0/+8
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-21/+23
* SERVER-37563 Remove all usages of getGlobalAuthorizationManagerKaloian Manassiev2018-10-121-2/+0
* SERVER-36013 Remove isMMAPv1 predicates and resulting dead codeGeert Bosch2018-07-111-3/+0
* SERVER-34653 MONGO_REGISTER_TEST_COMMANDBilly Donahue2018-05-161-6/+1
* SERVER-34628 Really remove appendCommandStatusMathias Stearn2018-05-081-3/+1
* SERVER-34628 Prep for removing appendCommandStatusMathias Stearn2018-05-081-2/+2
* SERVER-34751 Replace getGlobalStorageEngine cals with getStorageEngine.Andy Schwerin2018-05-031-1/+1
* SERVER-33031 make doTxn a test commandPavi Vetriselvan2018-05-011-1/+8
* SERVER-33217 Add abortTransaction command.Siyuan Zhou2018-03-221-8/+0
* SERVER-33216 Fix doTxn with write concern and auth.Siyuan Zhou2018-03-061-0/+8
* SERVER-29519 Remove getGlobalReplicationCoordinator. Replace when getting dec...Nick Zolnierz2018-03-021-1/+0
* Revert "SERVER-29519 Remove getGlobalReplicationCoordinator. Replace when get...Nick Zolnierz2018-03-021-0/+1
* SERVER-29519 Remove getGlobalReplicationCoordinator. Replace when getting dec...Henrik Edin2018-03-021-1/+0
* SERVER-32913 doTxn rejects malformed operationsBenety Goh2018-02-161-33/+12
* SERVER-33286 Provide service context in Command::secondaryAllowed to allow ge...Henrik Edin2018-02-141-1/+1
* SERVER-33136 const-ify the command auth accessorsBilly Donahue2018-02-061-1/+1
* SERVER-33023 Disable transaction on MMAPv1.Siyuan Zhou2018-02-011-0/+4
* Revert "SERVER-33023 Disable transaction on storage engines other than wired ...Siyuan Zhou2018-01-311-4/+0
* SERVER-33023 Disable transaction on storage engines other than wired tigerSiyuan Zhou2018-01-311-0/+4
* SERVER-32958 unrevert "SERVER-32958 slaveOk,slaveOverrideOk replacement"Billy Donahue2018-01-311-2/+2
* Revert "SERVER-32958 slaveOk,slaveOverrideOk replacement"Judah Schvimer2018-01-311-2/+2
* SERVER-32958 slaveOk,slaveOverrideOk replacementBilly Donahue2018-01-311-2/+2
* SERVER-32958 Command::help() returns std::stringBilly Donahue2018-01-301-3/+3
* SERVER-32646 CommandHelpersBilly Donahue2018-01-161-2/+3
* SERVER-32162 Remove non-atomic (push-based replication) support from doTxn.Matthew Russotto2018-01-081-122/+28
* SERVER-32162 Create a doTxn commandMatthew Russotto2017-12-201-0/+281