summaryrefslogtreecommitdiff
path: root/src/mongo/s/cluster_write.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-75928: Move common bulkWrite helpers between mongod and mongos into on...Lingzhi Deng2023-04-121-0/+5
* SERVER-72982: Handle targeting errors for bulkWrite on mongosLingzhi Deng2023-03-011-3/+2
* SERVER-72637: Implement the skeleton of BulkWriteExec on mongosLingzhi Deng2023-01-311-0/+5
* SERVER-52812 Unify the implicit createDatabase/enableSharding flowKaloian Manassiev2021-02-211-0/+48
* SERVER-25665 Cleanup chunk metadata caching library dependenciesKaloian Manassiev2016-10-281-62/+0
* SERVER-24239 shardCollection should use simple collation when creating shard ...Tess Avitabile2016-08-111-1/+2
* SERVER-22114 Remove unnecessary refresh in ChunkManagerTargeter::refreshNowRandolph Tan2016-01-151-19/+2
* SERVER-21186 Make catalog manager insert virtualKaloian Manassiev2015-11-031-10/+3
* SERVER-19543 Thread OperationContext through to everywhere that accesses the ...Spencer T Brody2015-08-121-2/+6
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-35/+32
* SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-3/+2
* SERVER-17637 Sharding catalog manager interfaceKaloian Manassiev2015-03-201-37/+2
* SERVER-17151 ConfigCoordinator should not call fsyncKaloian Manassiev2015-03-031-17/+10
* SERVER-13256 Remove scoped_ptr from pch.hAndrew Morrow2015-01-051-2/+4
* SERVER-11875 Convert internal writes to use write commandsRandolph Tan2014-01-061-26/+39
* SERVER-11950 allow write concern to be passed to cluster write apiRandolph Tan2013-12-201-0/+6
* SERVER-11681 mongos upconverts all writes by defaultGreg Studer2013-12-161-0/+45
* SERVER-11874 Add helper methods for insert/update/remove to the cluster_write...Randolph Tan2013-12-021-0/+21
* SERVER-10818 reorganize all the write commmand stuff in a folderGreg Studer2013-11-111-2/+2
* SERVER-10818 valve to upconvert all writes to batch writes in mongosGreg Studer2013-11-061-0/+40