summaryrefslogtreecommitdiff
path: root/src/mongo/s/commands/cluster_rename_collection_cmd.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-76222 Avoid temporary allocations of DatabaseNameMatt Broadstone2023-04-181-1/+1
* SERVER-74486 Always include tenant in collection name attributes in error mes...Sophia Tan2023-04-181-2/+2
* SERVER-75733 Return StringData in NSS::ns, DatabaseName::dbMatt Broadstone2023-04-141-1/+1
* SERVER-73433 Clear index cache as well as collection cache after ddl operationsAllison Easton2023-02-081-0/+1
* SERVER-70382 Replace boost::none index versions with the actual index version...Allison Easton2022-11-231-1/+0
* SERVER-68357: Have CollectionUUIDMismatchInfo use DatabaseNameAdityavardhan Agrawal2022-09-291-1/+1
* SERVER-67824 Rename IDLParserErrorContext to IDLParserContextHugh Tong2022-07-261-1/+1
* SERVER-67462 Support renaming encrypted collections if client has correct pri...Mark Benvenuto2022-07-071-0/+4
* SERVER-67709 rename visit_helperBilly Donahue2022-07-061-1/+1
* SERVER-67408 Preserve `CollectionUUIDMismatch` error even if database does no...Gregory Noma2022-06-271-1/+11
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-63515 Remove unnecessary TODO from codebaseMarcos José Grillo Ramirez2022-05-051-1/+0
* SERVER-64032 Remove intermidiate CachedDatabaseInfo wrapper classTommaso Tocci2022-03-031-4/+4
* SERVER-62456 Take UUID for `dropTarget` of `renameCollection` commandGregory Noma2022-02-021-2/+10
* SERVER-62455 Add `collectionUUID` parameter to `renameCollection` commandGregory Noma2022-01-251-0/+1
* SERVER-56296 Uniform `fromNss == toNss` rename behavior between rs and sharde...Pierlauro Sciarelli2021-05-191-0/+4
* SERVER-55597 Nest rename request parameters in coordinator/participant IDLsPierlauro Sciarelli2021-03-311-3/+5
* SERVER-55281 lint for newline violationsBilly Donahue2021-03-251-1/+1
* SERVER-52781 force rename majority concern on mongos and target chunks by uuidPierlauro Sciarelli2021-02-041-4/+2
* SERVER-52780 Force a database cache refresh to check the primary id before re...Marcos José Grillo Ramírez2020-12-031-4/+1
* SERVER-52780 Create the _shardsvrRenameCollection commandMarcos José Grillo Ramírez2020-11-301-0/+128