-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Serverless
-
Fully Compatible
-
Server Serverless 2023-02-20
In the service_entry_point_common we are passing getDatabase as a StringData when we should instead pass a DatabaseName object.
We can use DatabaseNameUtil::deserialize to create the DatabaseName object and then pass it. See example here.
- related to
-
SERVER-73114 Investigate changes needed to ShardMerge code in order to use TenantId/DatabaseName objects
- Closed