-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Fully Compatible
-
ALL
-
Service Arch 2023-10-16
Discovered while testing NamespaceString::kEmpty.
It seems today that there is a flaw if we call the NamespaceString constructor that takes in a DatabaseName.
This is because if we have an empty `collection` parameter we do not check for it and add a `.` period symbol when we should not.
- related to
-
SERVER-81419 Refactor API calls to NamespaceStringUtil::serialize
- Closed