summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/clone_catalog_data_command.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-74567 Remove ClusterRole equality operatorJack Mulrow2023-03-311-1/+1
* SERVER-73112 Avoid constructing global namespaces directlyjannaerin2023-02-261-2/+2
* SERVER-70146 Migrate checkAuthForCommand to checkAuthForOperationSara Golemon2022-10-041-5/+6
* SERVER-67459 Change BasicCommand to use DatabaseNameSophia Tan2022-08-101-1/+1
* SERVER-67824 Rename IDLParserErrorContext to IDLParserContextHugh Tong2022-07-261-1/+1
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-62609 Represent the w parameter of WriteConcernOptions as a variantMatt Broadstone2022-02-011-5/+1
* SERVER-49866 Remove TempReleaseGabriel Marks2021-11-111-1/+0
* SERVER-58893 more commands to skip api version checkAdi Zaimi2021-09-091-0/+5
* SERVER-53227 Move the DistLockManager to only be available on MongoDKaloian Manassiev2021-01-031-2/+2
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-47438 Cloner::copyDb() always copies the same database from a remote hostBenety Goh2020-04-161-2/+1
* SERVER-47438 remove CloneOptions. Cloner::copyDb() accepts db name and sharde...Benety Goh2020-04-161-7/+2
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-35807 Prepend _movePrimary and _cloneCatalogData internal commands wit...Jason Zhang2019-07-101-7/+9
* 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-36146 Remove usage of clone command in _cloneCatalogDataMaria van Keulen2018-07-241-11/+14
* SERVER-34430 Don't drop database from old primary shard after movePrimaryEsha Maharishi2018-04-121-5/+0
* SERVER-33769 Implement a commitMovePrimary command on the config serverBlake Oler2018-04-021-0/+7
* SERVER-33586 Add _cloneCatalogData commandBlake Oler2018-03-151-0/+141