Details
-
Task
-
Resolution: Fixed
-
Major - P3
-
None
-
None
-
Serverless
-
Fully Compatible
-
Server Serverless 2023-09-18, Server Serverless 2023-10-02
-
3
Description
The DatabaseNameUtil::deserialize function has a default argument SerialziationContext.
static DatabaseName deserialize( boost::optional<TenantId> tenantId, StringDatadb, const SerializationContext& context = SerializationContext::stateDefault()); |
In this ticket, we will remove the default value from it. The motivation is to enforce each call site pass in the correct serialization context.
Attachments
Issue Links
- is duplicated by
-
SERVER-80545 Make DatabaseNameUtil::serialize no longer use default serialization context
-
- Closed
-
- is related to
-
SERVER-81300 Refactor ScopedBaseDDLLock to use a NamespaceString
-
- Backlog
-