summaryrefslogtreecommitdiff
path: root/src/mongo/s/write_ops/batch_write_exec.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-65278 added clang-tidy v4 builder and fixed clang-tidy v4 issues.Daniel Moody2022-04-291-1/+1
* SERVER-63327 Remove usages of StaleShardVersion from the migrations pathKaloian Manassiev2022-03-111-1/+1
* SERVER-61365 - adding unit test for batch writes resulting in tenantMigration...mathisbessamdb2021-11-171-1/+7
* SERVER-61166 Update batched write path on mongos mongoq to handle TenantMigra...mathisbessamdb2021-11-101-10/+1
* SERVER-57446 fix clang-tidy header issues and add header-filterDaniel Moody2021-08-021-1/+1
* SERVER-43617 Add metrics on the mongos to indicate the number of shards targe...Janna Golden2019-12-171-0/+3
* SERVER-41949 Attach the databaseVersion on the write path on mongos"jannaerin2019-08-081-3/+9
* 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-34016 Add number of contacted shards to the mongos slow query logBernard Gorman2018-03-281-0/+3
* SERVER-28992 Get rid of unused code from the write commands testsKaloian Manassiev2017-12-281-0/+1
* SERVER-28992 Cleanup write commands executionKaloian Manassiev2017-04-271-16/+8
* SERVER-28164 make ClusterWrite::run path use ARS instead of DBClientMultiCommandEsha Maharishi2017-03-131-5/+1
* SERVER-27938 Rename all OperationContext variables to opCtxMaria van Keulen2017-03-071-1/+1
* SERVER-23336 replace ShardResolver with RemoteCommandTargeter::findHostEsha Maharishi2016-05-101-5/+1
* Revert "SERVER-23336 replace ShardResolver with RemoteCommandTargeter::findHost"Esha Maharishi2016-05-091-1/+5
* SERVER-23336 replace ShardResolver with RemoteCommandTargeter::findHostEsha Maharishi2016-05-091-5/+1
* SERVER-22114 Remove unnecessary refresh in ChunkManagerTargeter::refreshNowRandolph Tan2016-01-151-8/+2
* SERVER-20434 Allow mongos to store full OpTimes for GLE supportSiyuan Zhou2015-09-231-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-71/+65
* SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-1/+0
* SERVER-17309 Replace std::auto_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-1/+1
* SERVER-17880 Rename OpTime to TimestampEric Milkie2015-04-071-4/+4
* SERVER-17496 Move code to the sharding client libraryKaloian Manassiev2015-03-131-2/+2
* SERVER-13256: Remove pch - qualify std in headersMark Benvenuto2014-05-191-1/+1
* SERVER-11332 ConnectionString less-than for simpler use in mapsGreg Studer2014-04-181-9/+1
* SERVER-12419 Fix commands from mongos and GLEEric Milkie2014-01-291-1/+8
* SERVER-12419 add electionId to mongos batch response structureEric Milkie2014-01-291-2/+2
* SERVER-12367 detect halted progress in write command execution, report errorGreg Studer2014-01-231-5/+14
* SERVER-11681 mongos upconverts all writes by defaultGreg Studer2013-12-161-3/+38
* SERVER-10818 reorganize all the write commmand stuff in a folderGreg Studer2013-11-111-0/+91