summaryrefslogtreecommitdiff
path: root/src/mongo/s/write_ops/batch_write_op_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-69033 Remove ChunkVersion only constructor from ShardVersionAllison Easton2022-09-011-50/+52
* SERVER-68891 StaleConfigInfo should use shard versionAllison Easton2022-08-261-7/+7
* SERVER-67400 Introduce a CollectionPlacement component of the collection versionKaloian Manassiev2022-06-211-4/+2
* SERVER-65160 Make StaleShardVersion as obsoleteKaloian Manassiev2022-04-041-1/+9
* SERVER-64520 Get rid of WriteErrorDetailKaloian Manassiev2022-03-291-55/+49
* Revert "SERVER-64520 Get rid of WriteErrorDetail"Kaloian Manassiev2022-03-241-49/+55
* SERVER-64520 Get rid of WriteErrorDetailKaloian Manassiev2022-03-241-55/+49
* SERVER-63331 Remove unnecessary conversion between BSON and WriteError IDLKaloian Manassiev2022-02-271-1/+0
* SERVER-63491 Remove TxnNumberAndRetryCounter as a parameter for txnRouter.beg...Sanika Phanse2022-02-241-3/+2
* SERVER-63331 Remove useless methods from BatchCommandResponseKaloian Manassiev2022-02-071-2/+0
* SERVER-61821 Retire usage of `OwnedPointerMap`Yuhong Zhang2022-01-131-75/+44
* SERVER-60989 Make TransactionRouter take in txnNumberAndRetryCounter instead ...Sanika Phanse2021-11-201-3/+2
* SERVER-58756 Store stmtIds for the operations in retryable internal transacti...Cheahuychou Mao2021-10-291-0/+84
* SERVER-59618 add LockerMongos and LockerMongosClientObserver. Register in sha...Benety Goh2021-09-281-2/+10
* SERVER-58752 Support retrying internal transactions on transient transaction ...Cheahuychou Mao2021-09-011-2/+4
* SERVER-59164 All write commands on sharded time-series namespace should trans...Arun Banala2021-08-311-1/+2
* SERVER-54975 Rename IDL parser classes to use CommandRequest and CommandReply...Bernard Gorman2021-04-021-56/+56
* SERVER-52812 Unify the implicit createDatabase/enableSharding flowKaloian Manassiev2021-02-211-1/+1
* SERVER-51070 Use the regular write path for writes to the Config ServerKaloian Manassiev2020-12-041-47/+47
* SERVER-50217 change auth op observer to handle $v:1 and $v:2 updatesIan Boros2020-08-271-2/+2
* SERVER-47151 Separate WriteOpTest(s) and ChunkManagerTest into separate .cpp ...Kaloian Manassiev2020-03-311-36/+31
* SERVER-45100 Make the BatchWriteExecutor retry multi-writes only against unsu...Marcos José Grillo Ramírez2019-12-191-74/+69
* SERVER-41676 Convert TransactionRouter to use observer pattern to synchronize...Blake Oler2019-06-271-1/+1
* SERVER-41071 Replace NULL and 0 with nullptrA. Jesse Jiryu Davis2019-06-141-43/+43
* SERVER-39175 Transactional bulkWrite error missing writeErrors (mongos)Randolph Tan2019-04-031-17/+21
* 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/+89
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-32684 Make mongos write command objects hold Status directlyMathias Stearn2018-01-171-41/+38
* SERVER-28992 Get rid of unused code from the write commands testsKaloian Manassiev2017-12-281-13/+6
* SERVER-28752 Use IDL write_ops everywhere instead of Batched Insert/Update/De...Kaloian Manassiev2017-08-011-444/+369
* SERVER-28752 Get rid of all usages of Batched Insert/Update/Delete Request ou...Kaloian Manassiev2017-07-241-118/+0
* SERVER-28752 Remove methods specific to WriteCommandBase from BatchedCommandR...Kaloian Manassiev2017-07-191-69/+101
* SERVER-28752 Use IDL for write commands parsingKaloian Manassiev2017-07-061-126/+79
* SERVER-29464 Get rid of BSONSerializableKaloian Manassiev2017-06-081-6/+10
* SERVER-28992 Cleanup write commands executionKaloian Manassiev2017-04-271-76/+30
* SERVER-28164 make ClusterWrite::run path use ARS instead of DBClientMultiCommandEsha Maharishi2017-03-131-215/+209
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-75/+75
* SERVER-28155 Move ChunkManagerTargeter in the sharding commands libraryKaloian Manassiev2017-03-011-1/+1
* SERVER-23891 implement ShardId classMisha Tyulenev2016-06-151-46/+46
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-2/+3
* SERVER-24111 Move WriteConcernErrorDetail under mongo/rpcKaloian Manassiev2016-05-101-1/+1
* SERVER-19855 Make write_ops have their own SConscriptKaloian Manassiev2015-08-141-25/+23
* SERVER-19543 Thread OperationContext through to everywhere that accesses the ...Spencer T Brody2015-08-121-45/+76
* SERVER-19239 catalog rs incorrectly sets the collection for write commandsRandolph Tan2015-07-021-30/+30
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-1666/+1612
* SERVER-17309 Replace std::auto_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-3/+3
* SERVER-13256 Add usings and qualifications for names from namespace stdAndrew Morrow2015-01-151-0/+4
* SERVER-13518 make sure all tested updates are valid with update exprsGreg Studer2014-04-121-1/+5
* SERVER-13518 break child batches up by size or number of documentsGreg Studer2014-04-111-0/+210