-
Type:
Task
-
Resolution: Duplicate
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Serverless
-
None
-
None
-
None
-
None
-
None
-
None
-
None
Currently, the following APIs does not support DatabaseName parameter and callers can't specify tenantId.
- DBClientBase::runCommand
- DBClientBase::runCommandWithTarget
Given that recently tenantId is added to DatabaseName, dbname parameters can't be just const std::string&.
We may introduce a new set of runCommand APIs like
- runCommand(const DatabaseName& dbName, ...)
- runCommandWithTarget(const DatabaseName& dbName, ...)
- duplicates
-
SERVER-70433 Change DBClient functions to use DatabaseName and NamespaceString objects
-
- Closed
-