summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/set_shard_version_command.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-22997 Unify wait for migrate critical section and metadata refreshKaloian Manassiev2016-03-161-113/+150
* SERVER-23024 remove isWriteCommandForConfigServer methodMisha Tyulenev2016-03-151-3/+0
* SERVER-22320 remove SYNC option and SyncClusterConnectionMisha Tyulenev2016-03-101-12/+0
* SERVER-20422 SERVER-21995 Allow overriding the cached config server string in...Spencer T Brody2016-01-071-0/+12
* SERVER-20651 do not allow mongos connect to mongod if mongod does not suppor...Misha Tyulenev2015-11-191-2/+2
* SERVER-21233 Sharding config servers should not be pinging the distributed lockRandolph Tan2015-11-171-24/+61
* SERVER-20640 Get wire versions from native DBClient instead of running isMasterJonathan Reams2015-11-051-2/+2
* SERVER-20769 Remove global lock from setShardVersionSpencer T Brody2015-10-091-11/+3
* SERVER-20498 Send config server optime to shards automatically on all command...Spencer T Brody2015-09-241-5/+2
* SERVER-19855 SERVER-20425 Make ShardRegistry responsible for tracking the con...Spencer T Brody2015-09-181-1/+3
* SERVER-19855 Advance catalog manager optime on shards based on information se...Spencer T Brody2015-09-171-8/+11
* SERVER-20298 Less strict configdb checking for config repl setRandolph Tan2015-09-171-4/+28
* SERVER-19903 Dist lock pinger not running for config RSRandolph Tan2015-08-281-1/+1
* SERVER-19855 Include min OpTime with shard versionKaloian Manassiev2015-08-171-7/+3
* Revert "SERVER-19855 Include min OpTime with shard version"Kaloian Manassiev2015-08-141-3/+7
* SERVER-19855 Include min OpTime with shard versionKaloian Manassiev2015-08-141-7/+3
* SERVER-19608 Cleanup ShardingState initializationKaloian Manassiev2015-08-131-15/+3
* SERVER-19543 Thread OperationContext through to everywhere that accesses the ...Spencer T Brody2015-08-121-3/+3
* SERVER-19319 Send setShardVersion command after sharding a collectionKaloian Manassiev2015-07-311-5/+12
* SERVER-19319 SetShardVersionRequestKaloian Manassiev2015-07-311-0/+353