summaryrefslogtreecommitdiff
path: root/src/mongo/db/op_observer_impl_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-39807 Remove the server parameter gating large transactionsMatthew Russotto2019-06-061-113/+39
* SERVER-40919 Remove stmtId from transaction oplog entriesJason Chan2019-05-221-2/+0
* SERVER-39809 Remove the prepare root field of oplog entrySiyuan Zhou2019-05-211-15/+13
* SERVER-41191 OpObserverImpl stops setting prepared field on commitTransaction...Benety Goh2019-05-211-4/+2
* Revert "SERVER-41191 OpObserverImplTest stops setting prepared field on commi...Benety Goh2019-05-211-2/+4
* SERVER-41191 OpObserverImplTest stops setting prepared field on commitTransac...Benety Goh2019-05-211-4/+2
* SERVER-40678 Log implicit prepare for large transactions on primaryWilliam Schultz2019-05-151-86/+72
* SERVER-39794 Abort in-progress transactions on stepupSiyuan Zhou2019-05-141-41/+19
* SERVER-37235 Use an onCommit/Abort handler to complete session kill on direct...Kaloian Manassiev2019-05-141-1/+0
* SERVER-40498 Writing transaction oplog entries must not take locks while hold...Siyuan Zhou2019-05-081-59/+96
* SERVER-40676 Write implicit commit oplog entry on primary for new large trans...William Schultz2019-05-081-29/+51
* SERVER-40725 Pack multiple operations into a single applyOps on primary for l...Matthew Russotto2019-05-061-10/+337
* SERVER-40674 Record all transaction operations as single entry applyOps on pr...Jason Chan2019-04-261-178/+235
* SERVER-39796 Remove oplog name parameter from OplogInterfaceLocal. Remove us...Matthew Russotto2019-04-241-4/+4
* SERVER-40436 Ignore the 'flags' field from the 'create' commandGregory Wlodarek2019-04-111-8/+5
* SERVER-40508 Remove hash from OplogSlot and make OplogSlot an alias for OpTime.r4.1.10Siyuan Zhou2019-04-091-25/+25
* SERVER-40449 Add count field to commitTransaction for unprepared txns using l...Jason Chan2019-04-031-3/+3
* SERVER-39792 Update the txn table only on the first txn operation on primaryJason Chan2019-03-251-1/+33
* SERVER-39442 Write the new commit command on primary for large prepared trans...Jason Chan2019-03-141-0/+134
* SERVER-39434 Fix typo in txn_cmds.idl -- 'prepare' -> 'prepared'.Matthew Russotto2019-03-141-3/+3
* SERVER-39441 Write the new 'prepareTransaction' command on primaryJason Chan2019-03-111-70/+107
* Revert "SERVER-39441 Write the new 'prepareTransaction' command on primary"Benety Goh2019-03-071-107/+70
* SERVER-39441 Write the new 'prepareTransaction' command on primaryJason Chan2019-03-071-70/+107
* SERVER-39680 Save start timestamp in config.transactionsA. Jesse Jiryu Davis2019-03-061-11/+11
* SERVER-39732 Migrate transaction participant set parameters to IDLSara Golemon2019-03-011-3/+3
* SERVER-39432 Write commitTransaction oplog entry on primary for large unprepa...Matthew Russotto2019-02-271-12/+33
* SERVER-39440 Write oplog entries with "inTxn" field before prepareJason Chan2019-02-271-4/+241
* SERVER-39431 Write oplog entries with "inTxn" field before commit for large t...Matthew Russotto2019-02-221-7/+243
* SERVER-39561 Split OpObserver::onTransactionCommit() into two functions for u...Blake Oler2019-02-201-32/+14
* SERVER-38810 Use Session's concurrency control rules instead of internal mute...Andy Schwerin2019-02-151-65/+65
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-39017 Allow prepared transaction statements to persist in-memory until...Blake Oler2019-02-011-15/+58
* SERVER-39067 Implement new simultaneous index builds abortIndexBuild oplog en...Gregory Wlodarek2019-02-011-0/+42
* SERVER-39066 Add OpObservers and oplog handling for startIndexBuild and commi...Dianna Hohensee2019-01-221-0/+84
* SERVER-38810 Simplify correct usage of locking in Session/SessionCatalog.Andy Schwerin2019-01-101-8/+4
* SERVER-36639 Disallow restarting txn at active txn number if shard has aborte...Jack Mulrow2019-01-091-3/+3
* SERVER-38800 OpObserver accepts numRecords for drop and rename operationsBenety Goh2019-01-081-3/+3
* SERVER-38587 Extract authorization logic from OpObserverImpl to new AuthOpObs...Isabella Siu2019-01-081-40/+0
* SERVER-38713 Get rid of transaction number equality checking from _makeUpdate...Kaloian Manassiev2018-12-221-2/+2
* SERVER-38713 Get rid of transaction number equality checking from checkStatem...Kaloian Manassiev2018-12-221-52/+2
* SERVER-38677 Remove the invalidations counter from TransactionParticipantKaloian Manassiev2018-12-181-2/+2
* SERVER-34620 Make speculative read atClusterTime not wait for the given clust...Matthew Russotto2018-12-061-0/+2
* SERVER-37923 Rename TransactionParticipant::getFromNonCheckedOutSession to be...Kaloian Manassiev2018-12-061-9/+5
* SERVER-37923 Make chunk migration check-out the sessionKaloian Manassiev2018-12-061-12/+9
* SERVER-38371 Do not skip subsequent session records if one session's migratio...Kaloian Manassiev2018-12-051-2/+1
* SERVER-37245 Do not access the SessionCatalog directly if not necessaryKaloian Manassiev2018-11-191-10/+1
* SERVER-37665 Get rid of the 'checkOutSession' parameter of OperationContextSe...Kaloian Manassiev2018-11-161-3/+3
* SERVER-38095 Remove unused OperationSessionInfoFromClient argument to Operati...Esha Maharishi2018-11-121-5/+1
* SERVER-37179 Pull out starting transaction from session checkout and push it ...Siyuan Zhou2018-11-081-147/+87
* SERVER-37244 Make sessions killable outside of the Session/TransactionPartici...Kaloian Manassiev2018-10-311-32/+76