summaryrefslogtreecommitdiff
path: root/src/mongo/db/repl/do_txn_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-39017 Allow prepared transaction statements to persist in-memory until...Blake Oler2019-02-011-2/+4
* SERVER-38684 fix unit tests to check and dereference boost::optional<T> in as...Benety Goh2018-12-181-3/+5
* SERVER-34620 Make speculative read atClusterTime not wait for the given clust...Matthew Russotto2018-12-061-0/+6
* SERVER-37245 Do not access the SessionCatalog directly if not necessaryKaloian Manassiev2018-11-191-2/+0
* SERVER-37665 Get rid of the 'checkOutSession' parameter of OperationContextSe...Kaloian Manassiev2018-11-161-3/+2
* SERVER-38095 Remove unused OperationSessionInfoFromClient argument to Operati...Esha Maharishi2018-11-121-4/+1
* SERVER-37179 Pull out starting transaction from session checkout and push it ...Siyuan Zhou2018-11-081-0/+1
* SERVER-37179 Pass the reference of OperationSessionInfoFromClient around.Siyuan Zhou2018-10-241-1/+4
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-21/+23
* SERVER-37244 Move MongoD-specific code out of SessionCatalogKaloian Manassiev2018-10-121-4/+6
* SERVER-35865 SERVER-35816 SERVER-35730 Write commit oplog entry on commit of ...Judah Schvimer2018-09-211-2/+9
* SERVER-36084 Remove sharding runtime dependency from OpObserverImplHenrik Edin2018-09-201-2/+2
* SERVER-35900 Refactor transaction machinery out from Session classRandolph Tan2018-08-081-8/+7
* SERVER-35597 SERVER-35598 Ensure prepared transactions can be committedJudah Schvimer2018-07-201-2/+2
* SERVER-34811 Forbid reads and writes to the config, admin, and local database...Tess Avitabile2018-05-081-1/+3
* SERVER-33501 Support retryable writes for commitTransaction commandSiyuan Zhou2018-04-111-1/+1
* Revert "SERVER-33501 Support retryable writes for commitTransaction command"William Schultz2018-04-111-1/+1
* SERVER-33501 Support retryable writes for commitTransaction commandSiyuan Zhou2018-04-101-1/+1
* SERVER-34051 Require autocommit=false on all transaction operations and add s...William Schultz2018-04-041-1/+4
* SERVER-32323 Update transaction table appropriately when a transaction commits.Matthew Russotto2018-03-281-7/+33
* SERVER-33669 Stepdown and shutdown should abort all uncommitted transactionsTess Avitabile2018-03-201-2/+1
* SERVER-33591 Cleanup interaction of write concerns and transactionsSiyuan Zhou2018-03-151-1/+1
* SERVER-33551 Track snapshot read transactions with MultiDocumentTransactionSt...Matthew Russotto2018-03-141-0/+1
* SERVER-32320 Push doTxn oplog entry generation into logOp on transaction commit.Matthew Russotto2018-03-011-39/+60
* SERVER-32741 Initialize the featureCompatibilityVersion parameter value to 3.6Maria van Keulen2018-02-011-20/+6
* SERVER-29519 Removed many usages of getGlobalReplicationCoordinatorHenrik Edin2018-01-221-1/+1
* SERVER-32162 Remove non-atomic (push-based replication) support from doTxn.Matthew Russotto2018-01-081-59/+6
* SERVER-32162 Create a doTxn commandMatthew Russotto2017-12-201-0/+328