summaryrefslogtreecommitdiff
path: root/src/mongo/db/transaction_participant_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-46405 Remove {get,set,clear}MinimumLoggedSeverity from logger V1 APIMark Benvenuto2020-02-271-3/+4
* SERVER-43889 Distinguish between retryable write and transaction when failing...Ali Mir2020-02-181-0/+37
* SERVER-45806 Record pre-images on updates and deletes when recordPreImage is ...Jonathan Reams2020-02-101-8/+13
* SERVER-43069: Condition logging for slow ops on sample rateXuerui Fa2020-02-071-3/+123
* SERVER-34039 Remove use of optional UUID in replication codebaseAli Mir2020-02-071-1/+1
* Revert "SERVER-43069: Condition logging for slow ops on sample rate"Xuerui Fa2020-02-071-123/+3
* SERVER-43069: Condition logging for slow ops on sample rateXuerui Fa2020-02-051-3/+123
* SERVER-45583 Unittests are using logv2.Henrik Edin2020-01-211-8/+8
* SERVER-43859: Take MODE_IX locks for collection creation.Daniel Gottlieb2019-11-261-2/+2
* SERVER-44142 correctly utilize LogSeverity in logv2Gabriel Russell2019-11-251-6/+4
* SERVER-43936 Implement simpler, quicker python based C++ linterMark Benvenuto2019-10-251-1/+2
* SERVER-43317 merge failpoint headers. Rewrite docs.Billy Donahue2019-10-031-1/+1
* SERVER-41496 Remove Database::getCollection() and replace with CollectionCata...Evgeni Dobranov2019-09-301-2/+2
* SERVER-42750 Set opCtx->inMultiDocumentTransaction() in transaction recovery.Siyuan Zhou2019-09-131-0/+6
* SERVER-42987 make it safe to interrupt abortTransactionJudah Schvimer2019-09-111-3/+4
* SERVER-43119 FailPoint cleanupBilly Donahue2019-09-101-2/+2
* SERVER-38028 Block new transactions on sessions behind prepared transactionsMatthew Saltz2019-09-051-0/+2
* SERVER-42589 Made the wall field in oplog_entry.idl a required fieldXuerui Fa2019-09-041-1/+1
* SERVER-39613 Remove kCommittingWithPrepare and kCommittingWithoutPrepare from...Siyuan Zhou2019-08-261-24/+0
* SERVER-41956 Add integration and unit tests for killing commit and abort tran...William Schultz2019-08-231-0/+80
* SERVER-41457 Unify the different ways the TransactionParticipant offers for a...Matthew Russotto2019-08-211-163/+46
* SERVER-40466 Unify checks for being in a multi-document transactionSamy Lanka2019-08-081-11/+11
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-94/+93
* SERVER-41881 Unstashing the transaction lock resources should ignore the ...Suganthi Mani2019-07-241-0/+45
* Revert "SERVER-41881 Unstashing the transaction lock resources should ignore ...Ian Boros2019-07-231-45/+0
* SERVER-41881 Unstashing the transaction lock resources should ignore the save...Suganthi Mani2019-07-151-0/+45
* SERVER-41469 Enforce w:1 for creation of transactions table on step-upJason Chan2019-07-011-1/+15
* SERVER-41838 Release RSTL if we choose not to commit a prepared transaction a...Judah Schvimer2019-06-251-0/+107
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-4/+4
* SERVER-39338 Remove `stdx/functional.h`ADAM David Alan Martin2019-06-101-5/+4
* SERVER-39807 Remove the server parameter gating large transactionsMatthew Russotto2019-06-061-4/+0
* SERVER-41157 Remove abortguard when committing unprepared transactionsJason Chan2019-06-061-107/+0
* SERVER-41317 Push commit transaction's check for a majority-committed prepare...Vesselina Ratcheva2019-05-291-7/+18
* SERVER-39811 Add a threshold of the total size of buffered oplog entries in a...Matthew Russotto2019-05-231-0/+27
* SERVER-39489 Remove optime creation in TransactionParticipantJudah Schvimer2019-05-221-2/+1
* SERVER-39809 Remove the prepare root field of oplog entrySiyuan Zhou2019-05-211-2/+1
* SERVER-39438 Write "abortTransaction" oplog entry when aborting unprepared tr...Jason Chan2019-05-141-1/+88
* SERVER-40498 Side transaction keeps the same lockerSiyuan Zhou2019-05-031-6/+6
* SERVER-40808 Recovering a transaction's outcome should block if the participa...Esha Maharishi2019-05-021-0/+77
* SERVER-40475 Migrate sentinel entry for retryable writes converted to transac...Matthew Saltz2019-05-021-1/+1
* SERVER-40724 Change namespace arguments to use NamespaceStringGeert Bosch2019-04-261-4/+4
* SERVER-40018 Remove oldestOplogEntryOpTime from TransactionMetricsObserver an...Samy Lanka2019-04-171-22/+11
* SERVER-40688 Make CollectionLock take NamespaceStringGeert Bosch2019-04-171-1/+1
* SERVER-40604 Make CollectionLock interruptibleGeert Bosch2019-04-151-1/+1
* SERVER-40105 fix unittestsLouis Williams2019-04-121-12/+14
* SERVER-40329: Log all transactions at TXN verbosity levels >= 1Lingzhi Deng2019-04-091-0/+49
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-2/+1
* SERVER-40169 OplogEntry constructor accepts prepare argumentBenety Goh2019-04-051-1/+2
* SERVER-40018 Remove ServerTransactionMetrics::getOldestActiveOpTime and suppo...Samy Lanka2019-04-031-166/+3
* SERVER-38139 prepareTransaction will error if transaction operations were don...Dianna Hohensee2019-04-021-11/+58