-
Type: Task
-
Resolution: Won't Do
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Server Serverless 2023-08-07
We currently have in the code places where we do the following :
(nss.db_deprecated() == otherNss.db_deprecated())
We should replace that behavior with a `isDbEqual` comparison method in order to eventually no longer make the use of `db_deprecated` which will eventually be private / removed.
- related to
-
SERVER-65456 Make NamespaceString::db_deprecated() private
- Closed