-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
Serverless
-
Fully Compatible
-
Server Serverless 2023-07-24
-
1
As we are making NamespaceString::db() private, we should not call this function in sharding code.
For serialization db of nss, we should call serialize function of Util class.
For check if a db name is admin/config/local, we'd better to call `isAdminDb()`, `isConfigDb()` etc.
For compare tenant db names, we'd better to compare the DatabaseName objects.
- is depended on by
-
SERVER-65456 Make NamespaceString::db_deprecated() private
- Closed