summaryrefslogtreecommitdiff
path: root/src/mongo/s/mock_ns_targeter.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-73281 Support update and delete ops in bulkWrite command on mongosKaitlin Mahar2023-05-021-2/+2
* SERVER-68755 Implement ChunkManagerTargeter outputting chunk rangesIsrael Hsu2022-10-171-14/+26
* SERVER-59164 All write commands on sharded time-series namespace should trans...Arun Banala2021-08-311-0/+4
* SERVER-58271 Stop forcing collection version refreshes in chunk manager targeterTommaso Tocci2021-07-071-8/+3
* SERVER-58266 Stop forcing database version refreshes in chunk manager targeterTommaso Tocci2021-07-051-1/+2
* SERVER-52812 Unify the implicit createDatabase/enableSharding flowKaloian Manassiev2021-02-211-0/+144
* SERVER-28155 Move ChunkManagerTargeter in the sharding commands libraryKaloian Manassiev2017-03-011-218/+0
* SERVER-20498 Send config server optime to shards automatically on all command...Spencer T Brody2015-09-241-5/+2
* SERVER-19855 Include min OpTime with shard versionKaloian Manassiev2015-08-171-2/+5
* Revert "SERVER-19855 Include min OpTime with shard version"Kaloian Manassiev2015-08-141-5/+2
* SERVER-19855 Include min OpTime with shard versionKaloian Manassiev2015-08-141-2/+5
* SERVER-19543 Thread OperationContext through to everywhere that accesses the ...Spencer T Brody2015-08-121-4/+6
* SERVER-19247 remove implicit conversion from NamespaceString to std::stringQingyang Chen2015-07-061-1/+1
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-161/+146
* Merge bsonobjiterator.h/cpp into bsonobj.h/cppMathias Stearn2015-03-271-1/+1
* SERVER-17496 Move range_arithmetic out of mongosKaloian Manassiev2015-03-101-1/+1
* SERVER-13256: Remove pch - qualify std in headersMark Benvenuto2014-05-191-1/+1
* SERVER-13518 break child batches up by size or number of documentsGreg Studer2014-04-111-1/+0
* SERVER-13448 broadcast updates/deletes to all shards when more than one targetedGreg Studer2014-04-011-1/+13
* SERVER-13032 record write errors on failures of shards and lack of progressGreg Studer2014-03-161-24/+29
* SERVER-12367 detect halted progress in write command execution, report errorGreg Studer2014-01-231-1/+3
* SERVER-10818 correctly enforce targeting for upsert/multi/justOne flagsGreg Studer2013-11-111-6/+6
* SERVER-10818 changes for system.indexes write opsGreg Studer2013-11-011-0/+6
* SERVER-10818 host resolver to handle DBClientRS connectionsGreg Studer2013-11-011-1/+0
* SERVER-10866 Figure out split triggering mechanismRandolph Tan2013-10-301-20/+38
* SERVER-10532 batch write executor and unit testsGreg Studer2013-10-071-0/+190