summaryrefslogtreecommitdiff
path: root/src/mongo/s/transaction_router.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-37882 Switch the distributed transaction commit protocol to the RPC pr...Esha Maharishi2018-11-071-30/+6
* SERVER-37630 Allow sharded transactions to run at majority read concernJack Mulrow2018-11-011-14/+14
* SERVER-36688 Move atClusterTime helpers into TransactionRouterJack Mulrow2018-10-291-31/+67
* Revert "SERVER-37703 Put back early return that was accidentally removed from...eshamaharishi2018-10-221-8/+8
* SERVER-37703 Put back early return that was accidentally removed from if bloc...Esha Maharishi2018-10-221-0/+1
* SERVER-37703 TransactionRouter::commitTransaction does not need to return the...Esha Maharishi2018-10-221-8/+7
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-37349 Later statements in a transaction should target shards using the...Jack Mulrow2018-10-191-31/+55
* SERVER-37223 Invariant sharded txns with snapshot read concern select atClust...Jack Mulrow2018-10-091-9/+23
* SERVER-37223 Place readConcernArgs on opCtx for subsequent statements in shar...Jack Mulrow2018-10-091-0/+2
* SERVER-37210 Mongos should implicitly abort transactions on unhandled errorsJack Mulrow2018-10-091-2/+12
* SERVER-37209 Allow mongos to read from views in a transactionJack Mulrow2018-10-031-0/+9
* SERVER-37238 fix lintRandolph Tan2018-09-271-2/+2
* SERVER-37238 Get rid of TransactionRouter::Participant::markAsSentRandolph Tan2018-09-271-22/+28
* SERVER-36589 Implement mongos abort logicRandolph Tan2018-09-261-0/+24
* SERVER-36589 Reorganize libraries and fold s/transaction to s/Randolph Tan2018-09-261-0/+600