-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Fully Compatible
-
Server Serverless 2022-08-08
We have a static function CommandHelpers::parseNsCollectionRequired which takes in db name string and cmdObj to create NamespaceString.
In this ticket, we will add a same name function but this new one will take in DatabaseName instead of db name string so that it can construct NamespaceString with tenant id.
A lot of tickets will depend on the new function. The old function will be removed one all call places use the new function. We will have another ticket to remove the old function.
- is depended on by
-
SERVER-67409 Change mongo::createCollection to take in DatabaseName
- Closed
-
SERVER-68398 Change BasicCommandWithReplyBuilderInterface::parseNs to take in DatabaseName and BSONObj and return NamespaceString object
- Closed
- split from
-
SERVER-67519 Change CommandHelpers::parseNs* methods to construct NamespaceStrings with tenantId
- Closed