summaryrefslogtreecommitdiff
path: root/src/mongo/db/op_observer_impl_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-58686 Implement writing of pre-images for non-transactional update/rep...Denis Grebennicov2021-09-231-10/+56
* SERVER-58752 Support retrying internal transactions on transient transaction ...Cheahuychou Mao2021-09-011-6/+30
* SERVER-58670 Tighten up what kind of BSON the 'Query' type can be wrapped aroundIrina Yatsenko2021-08-231-3/+3
* SERVER-55415: Store retryable images in the side collection by default.Daniel Gottlieb2021-08-091-11/+0
* SERVER-58740 Reserve multiple oplog slots when writing retryable findAndModif...Jason Chan2021-07-271-19/+14
* SERVER-48129 Invariant that operations which are holding open an oplog hole c...Gregory Wlodarek2021-07-131-0/+2
* SERVER-56630: Unittest OpObserverImpl::onDelete for non-transaction calls.Daniel Gottlieb2021-06-221-34/+164
* SERVER-56630: Unittest OpObserverImpl::onInserts for non-transaction calls.Daniel Gottlieb2021-06-221-47/+147
* SERVER-56630: Unittest OpObserverImpl::onUpdate for non-transaction calls.Daniel Gottlieb2021-06-221-7/+273
* SERVER-56518: Only record preimages for findAndModify deletes in multi-statem...Daniel Gottlieb2021-06-071-0/+2
* SERVER-56630 Unittest OpObserverImpl and chunk migration for retryable findAn...Jason Chan2021-06-031-38/+158
* SERVER-56373: Introduce `needsRetryImage` field to oplog entries. Refactor Op...Daniel Gottlieb2021-05-041-14/+18
* SERVER-55194 Allow multiple statement ids per oplog entryGregory Noma2021-03-161-9/+9
* SERVER-52538 Update IDL for "create" command, part 2A. Jesse Jiryu Davis2020-12-191-14/+17
* SERVER-49904 Create new oplog type to attach metadata during runtimeRandolph Tan2020-12-171-2/+2
* SERVER-52624: Remove useless setOplogCollectionName and getOplogCollectionNam...Lingzhi Deng2020-11-061-1/+0
* SERVER-51147 Update onImportCollection() to accept the storage engines metadataGregory Wlodarek2020-10-121-3/+11
* SERVER-51142: Log and apply importCollection oplog entryLingzhi Deng2020-10-021-0/+33
* SERVER-48433 Remove LogicalClock facadeKevin Pulo2020-09-171-1/+0
* SERVER-50408 Change NotMaster error name to NotWritablePrimaryPavi Vetriselvan2020-09-031-1/+2
* SERVER-38987 Replace ephemeralForTest storage engine with biggie implementationHenrik Edin2020-07-171-1/+0
* 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