summaryrefslogtreecommitdiff
path: root/src/mongo/s/write_ops/batch_write_op.cpp
Commit message (Expand)AuthorAgeFilesLines
* Apply formatting per `clang-format-7.0.1`clang-format-7.0.12019-07-261-11/+11
* SERVER-41676 Convert TransactionRouter to use observer pattern to synchronize...Blake Oler2019-07-021-1/+1
* SERVER-41316 Account for constants in UpdateOpEntry size estimateCharlie Swanson2019-05-311-3/+10
* SERVER-40406 Add support for $$NOW and $$CLUSTER_TIME in the update commandBernard Gorman2019-05-171-1/+4
* SERVER-40052 Remove unnecessary invariant in BatchWriteOp invariantBlake Oler2019-04-241-5/+0
* SERVER-40346 Use AlternativeSessionRegion to insert config documents as retry...Blake Oler2019-04-161-2/+2
* SERVER-40495 Cleanup manually allocated memory inside BatchWriteOp::targetBat...Randolph Tan2019-04-121-2/+4
* SERVER-40381 Add the ability to specify a pipeline to an update commandJames Wahlin2019-04-111-7/+4
* SERVER-39175 Transactional bulkWrite error missing writeErrors (mongos)Randolph Tan2019-04-031-11/+16
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38690 Mongos should throw write targeting errors during a transactionJack Mulrow2019-01-031-0/+8
* 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/+4
* SERVER-36244 Include arrayFilters when estimating size of update command obje...Bernard Gorman2018-08-081-9/+48
* SERVER-34347 Create new batch when targeted writes batch includes same target...jannaerin2018-04-271-4/+31
* SERVER-32615 Make user write commands in sharded cluster go through _configCr...Randolph Tan2018-02-231-0/+2
* SERVER-32684 Make mongos write command objects hold Status directlyMathias Stearn2018-01-171-21/+21
* 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-99/+41
* SERVER-32372 Ensure per-shard write request size doesn't exceed the max allow...Kaloian Manassiev2017-12-181-8/+16
* SERVER-28752 Use IDL write_ops everywhere instead of Batched Insert/Update/De...Kaloian Manassiev2017-08-011-56/+88
* SERVER-28752 Get rid of all usages of Batched Insert/Update/Delete Request ou...Kaloian Manassiev2017-07-241-1/+1
* SERVER-28752 Remove methods specific to WriteCommandBase from BatchedCommandR...Kaloian Manassiev2017-07-191-24/+27
* SERVER-28752 Make legacy writes go through the new write code pathKaloian Manassiev2017-07-191-2/+2
* SERVER-28752 Use IDL for write commands parsingKaloian Manassiev2017-07-061-12/+8
* SERVER-28754 Make BatchWriteExec on mongos send txnNumber/stmtId in the expli...Kaloian Manassiev2017-06-191-0/+15
* SERVER-29464 Get rid of BSONSerializableKaloian Manassiev2017-06-081-9/+7
* Revert "SERVER-29464 Get rid of BSONSerializable"Max Hirschhorn2017-06-071-7/+9
* SERVER-29464 Get rid of BSONSerializableKaloian Manassiev2017-06-071-9/+7
* SERVER-28992 Make BatchWriteOp contain a vector of WriteOpKaloian Manassiev2017-04-291-94/+64
* SERVER-28992 Fold BatchWriteStats into BatchWriteOpKaloian Manassiev2017-04-271-39/+27
* SERVER-28992 Cleanup write commands executionKaloian Manassiev2017-04-271-224/+220
* SERVER-28164 make ClusterWrite::run path use ARS instead of DBClientMultiCommandEsha Maharishi2017-03-131-2/+3
* SERVER-27975 Remove many uses of `OwnedPointerVector`ADAM David Alan Martin2017-03-101-9/+10
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-2/+2
* SERVER-26194 Account for collation specification size in batch_write_op getWr...Marko Vojvodic2016-11-011-3/+8
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-1/+1
* SERVER-24111 Move WriteConcernErrorDetail under mongo/rpcKaloian Manassiev2016-05-101-1/+1
* SERVER-20498 Send config server optime to shards automatically on all command...Spencer T Brody2015-09-241-4/+2
* SERVER-19855 SERVER-20285 Make write commands send shard version information ...Spencer T Brody2015-09-171-6/+1
* SERVER-19855 Remove 'shardName' field from write commands' metadataKaloian Manassiev2015-08-181-1/+1
* SERVER-19855 Include min OpTime with shard versionKaloian Manassiev2015-08-171-3/+6
* Revert "SERVER-19855 Include min OpTime with shard version"Kaloian Manassiev2015-08-141-6/+3
* SERVER-19855 Include min OpTime with shard versionKaloian Manassiev2015-08-141-3/+6
* SERVER-19855 Make write_ops have their own SConscriptKaloian Manassiev2015-08-141-0/+2
* SERVER-19543 Thread OperationContext through to everywhere that accesses the ...Spencer T Brody2015-08-121-2/+3
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-699/+639
* SERVER-17309 Replace std::auto_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-4/+4
* SERVER-18227 Add bypassDocumentValidation option to commands that need itMathias Stearn2015-05-141-0/+1
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+6