summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/move_primary_command.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-48361 Additional logv2 message cleanup for shardingjannaerin2020-06-011-2/+3
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 more automatically converted structuredGabriel Russell2020-02-201-1/+4
* SERVER-35807 Prepend _movePrimary and _cloneCatalogData internal commands wit...Jason Zhang2019-07-101-6/+7
* 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-14/+16
* SERVER-29908 Remove ShardingState::appendInfoKaloian Manassiev2018-08-011-1/+1
* SERVER-34067 Make the new movePrimary protocol FCV 4.0 compliantBlake Oler2018-04-051-2/+2
* SERVER-33769 Implement a commitMovePrimary command on the config serverBlake Oler2018-04-021-1/+29
* SERVER-29908 Move more libraries from sharding into sharding_api_d/sharding_r...Kaloian Manassiev2018-03-131-32/+22
* SERVER-33197 Implement joining behavior for movePrimary on shardsBlake Oler2018-02-271-1/+26
* SERVER-33196 add 'forTest' flag to movePrimary, and if it's set, make _config...Blake Oler2018-02-261-1/+40
* SERVER-33195 create a movePrimary command for shards and _configsvrCommitMove...Blake Oler2018-02-211-0/+87