summaryrefslogtreecommitdiff
path: root/src/mongo/s/write_ops/write_op.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-39175 Transactional bulkWrite error missing writeErrors (mongos)Randolph Tan2019-04-031-1/+4
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-28992 Make BatchWriteOp contain a vector of WriteOpKaloian Manassiev2017-04-291-15/+8
* SERVER-28992 Cleanup write commands executionKaloian Manassiev2017-04-271-2/+2
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-1/+1
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-1/+1
* SERVER-19543 Thread OperationContext through to everywhere that accesses the ...Spencer T Brody2015-08-121-1/+3
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-171/+161
* SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-4/+3
* SERVER-13256 Remove scoped_ptr from pch.hAndrew Morrow2015-01-051-3/+3
* SERVER-13256: Remove pch - qualify std in headersMark Benvenuto2014-05-191-1/+1
* SERVER-13518 break child batches up by size or number of documentsGreg Studer2014-04-111-0/+5
* SERVER-12950 don't mark writes as completed after errors in ordered batchGreg Studer2014-03-031-0/+5
* SERVER-9469 Set ok field in response to 1 if write was appliedRandolph Tan2013-12-191-2/+2
* SERVER-9469 Rename errDetails to writeErrorsRandolph Tan2013-12-161-7/+7
* SERVER-11681 fix batch targeting and gle upconversion for COE compatibilityGreg Studer2013-11-141-1/+2
* SERVER-10818 reorganize all the write commmand stuff in a folderGreg Studer2013-11-111-0/+233