-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Fully Compatible
-
Server Serverless 2022-08-22
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.
- 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