-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Fully Compatible
-
Server Serverless 2023-08-21
We currently have places in the code where we serialize the `db` part of a namespacestring as follow :
if (viewName.db_deprecated() != viewOn.db_deprecated())
We should create a method in NamespaceString that would compare the `db` part of the NamespaceString with the `db` part of the other NamespaceString.
- is depended on by
-
SERVER-65456 Make NamespaceString::db_deprecated() private
- Closed