summaryrefslogtreecommitdiff
path: root/src/mongo/s/commands/cluster_filemd5_cmd.cpp
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-70382 Replace boost::none index versions with the actual index ↵Allison Easton2022-11-231-2/+3
| | | | version from the catalog cache or CSR
* SERVER-70147 Migrate addRequiredPrivileges to checkAuthForOperationSara Golemon2022-10-051-4/+11
|
* SERVER-67459 Change BasicCommand to use DatabaseNameSophia Tan2022-08-101-2/+2
|
* SERVER-68398 Change BasicCommandWithReplyBuilderInterface::parseNs to take ↵Sophia Tan2022-08-031-3/+3
| | | | in DatabaseName and BSONObj and return NamespaceString object
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
|
* SERVER-50505 Make the CatalogCache return ChunkManager(s) directlyKaloian Manassiev2020-09-011-10/+8
| | | | | ... instead of returning the intermediate CachedCollectionRoutingInfo class. The ChunkManager should be the only class used for routing.
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
| | | | | | - Remove several legacy logger/ files - Convert all MONGO_LOG_DEFAULT_COMPONENT to the LOGV2 version. - Globally replace logger::{LogSeverity,LogComponent} => logv2::
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
| | | | | | | o converting some log lines that were missed o fixing some missing includes create mode 100644 src/mongo/transport/ismaster_metrics.cpp
* SERVER-43712 mongos use ReadWriteConcernDefaults for WCKevin Pulo2019-11-061-3/+6
|
* 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-8/+10
|
* SERVER-36589 Reorganize libraries and fold s/transaction to s/Randolph Tan2018-09-261-1/+1
|
* SERVER-30375 Make 'renameCollection' attach databaseVersion and ↵Kaloian Manassiev2018-03-211-0/+1
| | | | shardVersion=UNSHARDED
* SERVER-27664 Use scatterGatherVersionedTargetByRoutingTable for `geoNear` ↵Kaloian Manassiev2018-03-091-0/+189
and 'filemd5`