Details
-
Task
-
Resolution: Fixed
-
Major - P3
-
None
-
None
-
None
-
Fully Compatible
-
Server Serverless 2022-08-22
Description
Currently, the mongo::createCollection function that takes in a db name rather than nss takes in the db name as a string and then parses the full namespace. This function should take in a DatabaseName object instead. Note that this uses CommandHelpers::parseNsCollectionRequired to construct the NamespaceString - that function must be changed/removed first.
Attachments
Issue Links
- depends on
-
SERVER-68420 Add a new CommandHelpers::parseNsCollectionRequired to construct Namespace with tenantId
-
- Closed
-
- is depended on by
-
SERVER-68421 Remove CommandHelper::parseNsCollectionRequired(StringData dbname, const BSONObj& cmdObj)
-
- Closed
-