summaryrefslogtreecommitdiff
path: root/src/mongo/s/multi_statement_transaction_requests_sender.h
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-48007 Destroy ARS in establishCursors out of lineAmirsaman Memaripour2020-05-081-1/+5
| | | | | This commit delegates the destruction of the ARS instance in MultiStatementTransactionRequestsSender to the opCtx baton to potentially move the cost off of the critical path.
* SERVER-40785 Change sharding fixed and arbitrary executors from unique_ptr ↵Randolph Tan2019-07-091-1/+1
| | | | to shared_ptr
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
| | | | | | Remove leading comments that are just stating the filename. Move any file-level comments below the copyright banner. Remove leading blank lines.
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
|
* SERVER-37016 Don't stash TransactionRouter inside ShardingTaskExecutorRandolph Tan2018-09-211-0/+66