summaryrefslogtreecommitdiff
path: root/src/mongo/s/write_ops/batch_write_op.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-45100 Make the BatchWriteExecutor retry multi-writes only against unsu...Marcos José Grillo Ramírez2019-12-191-4/+1
* SERVER-43617 Add metrics on the mongos to indicate the number of shards targe...Janna Golden2019-12-171-0/+4
* SERVER-40052 Remove unnecessary invariant in BatchWriteOp invariantBlake Oler2019-04-241-1/+1
* SERVER-40346 Use AlternativeSessionRegion to insert config documents as retry...Blake Oler2019-04-161-0/+5
* SERVER-39175 Transactional bulkWrite error missing writeErrors (mongos)Randolph Tan2019-04-031-0/+3
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-281-3/+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-36557 Compute atClusterTime for cluster batch writes and findAndModifyJack Mulrow2018-09-061-0/+7
* SERVER-33275 Remove `platform/unordered_`* headersADAM David Alan Martin2018-02-141-1/+1
* SERVER-28992 Get rid of unused code from the write commands testsKaloian Manassiev2017-12-281-0/+1
* SERVER-28992 Cleanup and remove unused code from write commandsKaloian Manassiev2017-12-221-8/+20
* SERVER-32372 Ensure per-shard write request size doesn't exceed the max allow...Kaloian Manassiev2017-12-181-4/+7
* SERVER-28752 Use IDL write_ops everywhere instead of Batched Insert/Update/De...Kaloian Manassiev2017-08-011-35/+32
* SERVER-28752 Use IDL for write commands parsingKaloian Manassiev2017-07-061-3/+4
* SERVER-28992 Make BatchWriteOp contain a vector of WriteOpKaloian Manassiev2017-04-291-6/+23
* SERVER-28992 Fold BatchWriteStats into BatchWriteOpKaloian Manassiev2017-04-271-13/+8
* SERVER-28992 Cleanup write commands executionKaloian Manassiev2017-04-271-29/+13
* SERVER-28164 make ClusterWrite::run path use ARS instead of DBClientMultiCommandEsha Maharishi2017-03-131-1/+1
* SERVER-27975 Remove many uses of `OwnedPointerVector`ADAM David Alan Martin2017-03-101-2/+3
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-1/+1
* SERVER-24111 Move WriteConcernErrorDetail under mongo/rpcKaloian Manassiev2016-05-101-3/+4
* 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-219/+203
* SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-2/+1
* SERVER-13256 Remove scoped_ptr from pch.hAndrew Morrow2015-01-051-1/+2
* SERVER-13256: Remove pch - qualify std in headersMark Benvenuto2014-05-191-1/+1
* SERVER-13001: fixup mongos side with mixed version shardsScott Hernandez2014-03-191-0/+10
* SERVER-13032 record write errors on failures of shards and lack of progressGreg Studer2014-03-161-11/+7
* SERVER-12664 Change nUpdated to nMatched in bulk api resultsRandolph Tan2014-02-131-1/+1
* SERVER-12367 detect halted progress in write command execution, report errorGreg Studer2014-01-231-2/+19
* SERVER-9469 Fix Write Concern error reponseRandolph Tan2013-12-201-1/+19
* SERVER-9469 Set ok field in response to 1 if write was appliedRandolph Tan2013-12-191-0/+3
* SERVER-10142: Eliminate Compiler Warnings on Windows BuildersMark Benvenuto2013-12-181-1/+1
* SERVER-9469 Rename errDetails to writeErrorsRandolph Tan2013-12-161-4/+4
* SERVER-3409: Expose number of docs modified (excl. no-ops)Scott Hernandez2013-12-131-0/+1
* SERVER-10818 reorganize all the write commmand stuff in a folderGreg Studer2013-11-111-0/+258