summaryrefslogtreecommitdiff
path: root/src/mongo/db/handle_request_response.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-41245: Add RetryableWriteError error labelLingzhi Deng2019-11-061-61/+0
* SERVER-40446 Add "NonResumableChangeStreamError" error labelJustin Seyster2019-04-251-13/+16
* SERVER-39175 Transactional bulkWrite error missing writeErrors (mongos)Randolph Tan2019-04-031-1/+1
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38583 Fix transaction insert writeError formatA. Jesse Jiryu Davis2019-02-121-17/+6
* SERVER-38978 coordinateCommitTransaction should send abortTransaction over th...Esha Maharishi2019-01-241-1/+1
* SERVER-37179 Wait for specified write concern whenever commitTransaction retu...Siyuan Zhou2018-11-131-7/+17
* SERVER-37179 Pass the reference of OperationSessionInfoFromClient around.Siyuan Zhou2018-10-241-2/+3
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-21/+23
* SERVER-35707 Allow mongos to retry on re-targeting errors in a transactionJack Mulrow2018-09-191-2/+0
* SERVER-36591 Allow mongos to retry on snapshot errors encountered in first tx...Jack Mulrow2018-09-121-1/+3
* SERVER-35708 Make mongos attach errorLabels on command responseCheahuychou Mao2018-08-151-0/+57