-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Fully Compatible
-
Server Serverless 2023-07-10
We currently store a std::string for the 'name' attribute in the CollectionScanNode structure.
That name is mainly used for logging.
We should change the type from std::string to NamespaceString and accordingly the right serialization method when needed.
- is depended on by
-
SERVER-74490 Change NamespaceString::ns() to be private
- Closed