summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/type_shard_identity.cpp
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
| | | | | | Remove leading comments that are just stating the filename. Move any file-level comments below the copyright banner. Remove leading blank lines.
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+16
|
* SERVER-35486 Create _addShard command on shard to drive shard initializationMatthew Saltz2018-06-131-139/+24
|
* SERVER-30580 Eliminate UserException and MsgAssertionException typesMathias Stearn2017-08-161-1/+1
| | | | All users were converted to just use AssertionException.
* SERVER-29464 Get rid of unused code in the write commands parsingKaloian Manassiev2017-06-091-2/+0
|
* SERVER-22660 OpObserver on config server for inserts to config.shards from ↵Esha Maharishi2016-07-141-32/+3
| | | | old mongos
* SERVER-24817 Hook up clusterID into places that need itSpencer T Brody2016-07-081-4/+1
|
* SERVER-24126 fix shared library compileEsha Maharishi2016-06-131-1/+31
|
* Revert "SERVER-24126 Add step to _cfgsvrAddShard command where it inserts ↵Esha Maharishi2016-06-101-31/+1
| | | | | | the shardIdentity document to the new shard" This reverts commit 1e26998e7fda52c226385fae4069ebbc384c294a.
* SERVER-24126 Add step to _cfgsvrAddShard command where it inserts the ↵Esha Maharishi2016-06-101-1/+31
| | | | shardIdentity document to the new shard
* SERVER-23765 Update config string of shardIdentity documentRandolph Tan2016-05-051-0/+14
|
* SERVER-22664 Add _overrideShardIdentity configuration for cloud backup serviceRandolph Tan2016-05-051-1/+2
|
* SERVER-22647 opObserver on shard mongod to initialize sharding state on ↵Randolph Tan2016-04-201-10/+36
| | | | insert to admin.system.version
* SERVER-22661 Write a type for ShardIdentityRandolph Tan2016-03-181-0/+174