summaryrefslogtreecommitdiff
path: root/src/mongo/db/transaction/transaction_participant.h
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-68860 integrate TransactionOperations into TransactionParticipantBenety Goh2022-09-151-14/+4
|
* SERVER-69523 Only allow METADATA and MUTEX lock acqisitions with OpContextKaloian Manassiev2022-09-151-3/+0
| | | | | This makes mutex acquisitions both interruptible and allows the lock manager to be able to inspect the lock acqusitions so far.
* SERVER-69560 ↵Benety Goh2022-09-091-1/+1
| | | | TransactionParticipant::retrieveCompletedTransactionOperations() returns pointer instead of non-const reference
* SERVER-68214 move session_catalog*, session*, logical_session* to ↵Shin Yee Tan2022-08-171-4/+4
| | | | mongo/db/session directory
* SERVER-67505 Move multi-doc transaction classes from mongo/db/ to ↵Shin Yee Tan2022-08-011-0/+1301
mongo/db/transaction sub directory