summaryrefslogtreecommitdiff
path: root/src/mongo/db/transaction_participant_retryable_writes_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-66095 Remove TenantId parameter from OplogEntry ctorsjannaerin2022-05-041-1/+0
* SERVER-62785 Write change stream pre-images in the main storage engine transa...Mindaugas Malinauskas2022-03-231-6/+13
* SERVER-62391 Add tenantId field to oplog entriesHugh Tong2022-01-281-0/+1
* SERVER-62020 Make retryable write statements executed with or without interna...Cheahuychou Mao2022-01-141-22/+153
* SERVER-61385 Migrate callers of 'DBClientBase::query()' legacy API to the mod...David Storch2021-12-211-8/+12
* SERVER-61190 Rename numberOfPreImagesToWrite to numberOfPrePostImagesToWriteCheahuychou Mao2021-11-201-4/+5
* SERVER-60529 Make TransactionParticipant take in txnNumberAndRetryCounter ins...Jason Zhang2021-11-031-83/+43
* SERVER-31540 Get rid of boost::optional<UUID> from the OpObservers (Part 2)Kaloian Manassiev2021-10-191-1/+1
* SERVER-58752 Support retrying internal transactions on transient transaction ...Cheahuychou Mao2021-09-011-25/+89
* SERVER-58670 Tighten up what kind of BSON the 'Query' type can be wrapped aroundIrina Yatsenko2021-08-231-4/+4
* SERVER-56630 Unittest OpObserverImpl and chunk migration for retryable findAn...Jason Chan2021-06-031-1/+2
* SERVER-54982 Test resumability of changes streams together with reshardCollec...jannaerin2021-05-051-0/+1
* SERVER-55266 Extend TransactionParticipantRetryableWritesTest to cover multip...Yuhong Zhang2021-04-281-0/+137
* SERVER-55194 Allow multiple statement ids per oplog entryGregory Noma2021-03-161-28/+29
* SERVER-49904 Create new oplog type to attach metadata during runtimeRandolph Tan2020-12-171-2/+2
* SERVER-49908 Update config.localReshardingOperations.recipient document follo...Randolph Tan2020-10-211-1/+2
* SERVER-49820 Allow setting destined recipient in oplog entriesjannaerin2020-08-031-1/+2
* SERVER-46219 Unit Tests should log with jsonMark Benvenuto2020-02-251-9/+11
* SERVER-43889 Distinguish between retryable write and transaction when failing...Ali Mir2020-02-181-0/+36
* SERVER-45806 Record pre-images on updates and deletes when recordPreImage is ...Jonathan Reams2020-02-101-5/+8
* SERVER-42750 Set opCtx->inMultiDocumentTransaction() in transaction recovery.Siyuan Zhou2019-09-131-0/+2
* SERVER-42589 Made the wall field in oplog_entry.idl a required fieldXuerui Fa2019-09-041-2/+2
* SERVER-35353: Use MutableOplogEntry class to build up oplog entries progressi...Lingzhi Deng2019-07-081-49/+34
* SERVER-41469 Enforce w:1 for creation of transactions table on step-upJason Chan2019-07-011-3/+3
* SERVER-36529 OpObservers for session operations should pass SessionTxnRecordJudah Schvimer2019-06-251-23/+58
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-2/+3
* SERVER-39338 Remove `stdx/functional.h`ADAM David Alan Martin2019-06-101-3/+3
* SERVER-39809 Remove the prepare root field of oplog entrySiyuan Zhou2019-05-211-5/+1
* SERVER-40763 Remove the inTxn field from oplog entriesJason Chan2019-05-151-3/+0
* SERVER-40169 OplogEntry constructor accepts prepare argumentBenety Goh2019-04-051-1/+2
* SERVER-39840 Add kExecutedRetryableWrite state to allow unstarted retryable w...Blake Oler2019-03-291-2/+56
* SERVER-39792 Update the txn table only on the first txn operation on primaryJason Chan2019-03-251-8/+13
* SERVER-39441 Write the new 'prepareTransaction' command on primaryJason Chan2019-03-111-2/+2
* Revert "SERVER-39441 Write the new 'prepareTransaction' command on primary"Benety Goh2019-03-071-2/+2
* SERVER-39441 Write the new 'prepareTransaction' command on primaryJason Chan2019-03-071-2/+2
* SERVER-39431 Write oplog entries with "inTxn" field before commit for large t...Matthew Russotto2019-02-221-0/+3
* SERVER-35872 reconstruct prepared transactions on rollback, fastcount inaccuratePavi Vetriselvan2019-02-221-6/+4
* SERVER-39561 Split OpObserver::onTransactionCommit() into two functions for u...Blake Oler2019-02-201-14/+35
* SERVER-38810 Use Session's concurrency control rules instead of internal mute...Andy Schwerin2019-02-151-87/+88
* 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-4/+8
* SERVER-38800 OpObserver accepts numRecords for drop and rename operationsBenety Goh2019-01-081-0/+1
* SERVER-38713 Get rid of transaction number equality checking from _makeUpdate...Kaloian Manassiev2018-12-221-32/+7
* SERVER-38713 Get rid of transaction number equality checking from checkStatem...Kaloian Manassiev2018-12-221-54/+37
* SERVER-38677 Remove the invalidations counter from TransactionParticipantKaloian Manassiev2018-12-181-95/+75
* SERVER-37923 Rename TransactionParticipant::getFromNonCheckedOutSession to be...Kaloian Manassiev2018-12-061-16/+16
* SERVER-37245 Do not access the SessionCatalog directly if not necessaryKaloian Manassiev2018-11-191-6/+0
* SERVER-37443 Make catalog objects survive collection rename.David Storch2018-10-231-0/+14
* 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-6/+7