summaryrefslogtreecommitdiff
path: root/src/mongo/s/write_ops/batched_command_response.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-45100 Make the BatchWriteExecutor retry multi-writes only against unsu...Marcos José Grillo Ramírez2019-12-191-1/+0
* SERVER-39175 Transactional bulkWrite error missing writeErrors (mongos)Randolph Tan2019-04-031-0/+7
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-281-2/+2
* 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-14/+16
* SERVER-32684 Make mongos write command objects hold Status directlyMathias Stearn2018-01-171-26/+18
* SERVER-28992 Cleanup and remove unused code from write commandsKaloian Manassiev2017-12-221-3/+0
* SERVER-29464 Get rid of unused code in the write commands parsingKaloian Manassiev2017-06-091-0/+1
* SERVER-29464 Get rid of BSONSerializableKaloian Manassiev2017-06-081-21/+8
* Revert "SERVER-29464 Get rid of BSONSerializable"Max Hirschhorn2017-06-071-8/+21
* SERVER-29464 Get rid of BSONSerializableKaloian Manassiev2017-06-071-21/+8
* SERVER-24732 add Shard::runBatchWriteCommand that checks BatchedCommandResponseJess Fan2016-07-121-1/+7
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-1/+1
* SERVER-24111 Move WriteConcernErrorDetail under mongo/rpcKaloian Manassiev2016-05-101-5/+5
* SERVER-22783 Consolidate WriteConcernError parsingKaloian Manassiev2016-02-241-1/+0
* SERVER-21050 Make dist lock timeouts uniformKaloian Manassiev2015-12-081-2/+0
* SERVER-21186 Make catalog manager insert virtualKaloian Manassiev2015-11-031-0/+5
* SERVER-20434 Allow mongos to store full OpTimes for GLE supportSiyuan Zhou2015-09-231-6/+6
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-158/+158
* SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-4/+3
* SERVER-17880 Rename OpTime to TimestampEric Milkie2015-04-071-4/+4
* SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock2015-02-061-1/+1
* SERVER-13256: Remove pch - qualify std in headersMark Benvenuto2014-05-191-2/+2
* SERVER-12419 add electionId to mongos batch response structureEric Milkie2014-01-291-1/+17
* SERVER-12274 fix write concern handling for batch downconversionGreg Studer2014-01-141-2/+2
* SERVER-12319 nDocsModified in write commands to nModifiedRandolph Tan2014-01-131-7/+7
* SERVER-9469 Removed top level errInfo fieldRandolph Tan2013-12-201-10/+0
* SERVER-9469 add full support for Timestamp/OpTime to field parserEric Milkie2013-12-201-1/+1
* SERVER-9469 proper optime BSON type in batch resultEric Milkie2013-12-191-3/+3
* SERVER-9469 upserted field from write command response is now always an array.Randolph Tan2013-12-191-6/+0
* SERVER-9469 Set ok field in response to 1 if write was appliedRandolph Tan2013-12-191-0/+1
* SERVER-9469 Make 'n' field in write commands mandatory.Randolph Tan2013-12-161-1/+1
* SERVER-9469 Add writeConcerError field to responseRandolph Tan2013-12-161-0/+10
* SERVER-9469 Rename errDetails to writeErrorsRandolph Tan2013-12-161-7/+7
* SERVER-3409: Expose number of docs modified (excl. no-ops)Scott Hernandez2013-12-131-0/+10
* SERVER-8886 Final set of license exceptions for OpenSSLIan Whalen2013-12-101-0/+12
* SERVER-10818 reorganize all the write commmand stuff in a folderGreg Studer2013-11-111-0/+168