summaryrefslogtreecommitdiff
path: root/src/mongo/db/op_observer_impl_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-48967 Ban non-primary writes with empty namespaceA. Jesse Jiryu Davis2020-07-091-0/+15
* SERVER-9306 Ability to temporarily forbid query optimizer from using index ("...Zhihui Fan2020-04-221-14/+15
* SERVER-47461 Remove commit quorum field from StartIndexBuild oplog entry.Suganthi Mani2020-04-141-3/+1
* SERVER-46865 Make collMod not take database MODE_X lockGregory Noma2020-04-011-2/+2
* Revert "SERVER-46865 Make collMod not take database MODE_X lock"Gregory Noma2020-03-301-2/+2
* SERVER-47076 Clean up log lines in mongo/utilCheahuychou Mao2020-03-271-1/+1
* SERVER-46865 Make collMod not take database MODE_X lockGregory Noma2020-03-241-2/+2
* SERVER-39071 Implements commit quorum for two phase index builds.Suganthi Mani2020-03-021-1/+3
* SERVER-46219 Unit Tests should log with jsonMark Benvenuto2020-02-251-3/+3
* SERVER-45120 Move 'localSetTime' out of the RWConcernDefault IDLKaloian Manassiev2020-02-141-10/+10
* SERVER-45806 Record pre-images on updates and deletes when recordPreImage is ...Jonathan Reams2020-02-101-57/+210
* SERVER-45800: Set client lastOp to max(prepareOpTime, lastAppliedOpTime, curr...Lingzhi Deng2020-01-301-0/+7
* SERVER-45280 Invalidate default read write concern cache on replication rollbackJack Mulrow2020-01-161-0/+46
* SERVER-44368 protect opCtx's Locker with Client lockEric Milkie2019-11-041-2/+2
* SERVER-42750 Set opCtx->inMultiDocumentTransaction() in transaction recovery.Siyuan Zhou2019-09-131-0/+1
* SERVER-43315 add 'cause' field abortIndexBuild oplog entry for index build ab...Benety Goh2019-09-131-0/+8
* SERVER-43315 OpObserver::onAbortIndexBuild() accepts reason for aborting inde...Benety Goh2019-09-131-1/+3
* SERVER-39613 Remove kCommittingWithPrepare and kCommittingWithoutPrepare from...Siyuan Zhou2019-08-261-5/+0
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-359/+169
* SERVER-35353: Use MutableOplogEntry class to build up oplog entries progressi...Lingzhi Deng2019-07-081-5/+5
* SERVER-41469 Enforce w:1 for creation of transactions table on step-upJason Chan2019-07-011-2/+3
* SERVER-36529 OpObservers for session operations should pass SessionTxnRecordJudah Schvimer2019-06-251-2/+6
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-4/+4
* 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