summaryrefslogtreecommitdiff
path: root/src/mongo/db/op_observer_impl_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-37244 Pull the Session state management from SessionRuntimeInfo into S...Kaloian Manassiev2018-10-301-30/+29
* SERVER-37179 Pass the reference of OperationSessionInfoFromClient around.Siyuan Zhou2018-10-241-15/+22
* SERVER-37443 Make catalog objects survive collection rename.David Storch2018-10-231-1/+2
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-37244 Move MongoD-specific code out of SessionCatalogKaloian Manassiev2018-10-121-3/+10
* SERVER-36799 Move all transactions and retryable writes functionality from Se...Kaloian Manassiev2018-10-081-61/+47
* SERVER-37487 Aborting a prepared transaction must not respect maxTransactionL...Tess Avitabile2018-10-051-9/+23
* SERVER-35876 SERVER-35869 Update the transaction table state when committing ...Judah Schvimer2018-09-291-5/+144
* SERVER-35868 Test that nodes update the transaction table state when a transa...Judah Schvimer2018-09-291-1/+54
* SERVER-35865 SERVER-35816 SERVER-35730 Write commit oplog entry on commit of ...Judah Schvimer2018-09-211-4/+76
* SERVER-35307 Support prepared transactions on secondaries and immediately abo...Siyuan Zhou2018-09-131-3/+7
* SERVER-35863 log abortTransaction oplog entry when prepared transactionsJudah Schvimer2018-09-071-2/+94
* SERVER-36224 Refactor Collection::updateDocument argsJustin Seyster2018-08-261-30/+28
* SERVER-36421 Keep being InProgress when writing oplog entry for unprepared co...Siyuan Zhou2018-08-131-4/+0
* SERVER-35866 Add state field to transaction tableJudah Schvimer2018-08-121-1/+2
* SERVER-35900 Refactor transaction machinery out from Session classRandolph Tan2018-08-081-53/+37
* SERVER-35798 preallocate prepare timestampJudah Schvimer2018-08-071-2/+12
* SERVER-35597 SERVER-35598 Ensure prepared transactions can be committedJudah Schvimer2018-07-201-4/+4
* SERVER-35729 Create explicit Session state transition tableJudah Schvimer2018-07-031-0/+6
* SERVER-35677 always log a prepare oplog entry on prepareTransactionJudah Schvimer2018-06-221-14/+28
* SERVER-34824 Make prepareTransaction command write a prepare oplog entry and ...Judah Schvimer2018-06-071-0/+116
* SERVER-34706 Write unit test to verify transactions oplog entries are created...Matthew Russotto2018-05-081-0/+259
* SERVER-34811 Forbid reads and writes to the config, admin, and local database...Tess Avitabile2018-05-081-2/+4
* SERVER-33951 Abort transactions when the pending writes pass 16MB worth of wr...Matthew Russotto2018-04-131-1/+68
* SERVER-34051 Require autocommit=false on all transaction operations and add s...William Schultz2018-04-041-1/+1
* SERVER-34196 omit dropTarget field from generated oplog entry when it is falseBenety Goh2018-03-301-8/+36
* SERVER-34196 remove redundant dropTarget boolean argument from OpObserver::on...Benety Goh2018-03-301-2/+1
* SERVER-33669 Stepdown and shutdown should abort all uncommitted transactionsTess Avitabile2018-03-201-2/+1
* SERVER-32843 Allow multiple times in OpObserversADAM David Alan Martin2018-03-011-2/+4
* SERVER-33485 Active clients should always have a lock stateTess Avitabile2018-02-271-4/+2
* Fix merge conflict in op_observer_impl_testWilliam Schultz2018-02-211-1/+1
* SERVER-29933 Add onReplicationRollback OpObserver methodWilliam Schultz2018-02-211-3/+148
* SERVER-29519 Removed many usages of getGlobalReplicationCoordinatorHenrik Edin2018-01-221-1/+1
* SERVER-29602 Add invariant that delete documentKey is non-empty, remove about...Spencer T Brody2017-12-221-4/+4