summaryrefslogtreecommitdiff
path: root/src/mongo/db/transaction_api.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-63364 Use transaction API to handle WCOS errors for findAndModify with...Jack Mulrow2022-02-071-29/+20
* SERVER-62641 Remove stale TODO commentJack Mulrow2022-02-021-2/+0
* SERVER-62435 Capture a strong reference to SEPTransactionClient in transactio...Jack Mulrow2022-01-121-5/+5
* SERVER-62519 Internal transaction API should abort between transient error re...Jack Mulrow2022-01-111-37/+88
* SERVER-62516 Return commit result from internal transaction APIJack Mulrow2022-01-111-68/+99
* SERVER-62080 Make read and write concern configurable for internal transactio...Jack Mulrow2021-12-201-1/+10
* SERVER-58759 Internal transaction API supports owned synchronous transactionsJack Mulrow2021-11-301-0/+388