-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
Fully Compatible
-
Server Serverless 2023-06-26
-
1
As we are making the `DatabaseName::db()` private, all the call sites of it should be changed to replace it with a proper function.
- For serialization nss/db cases: Before we start to support shard in serverless, there is no tenant in shard. So, we decided to call `DatabaseNameUtil::serialize` function to serialize the DatabaseName object to string.
- For check empty db, call `.isEmpty()`
- For create opmsgrequest, call `create` with DatabaseName object.
- is depended on by
-
SERVER-77537 Make DatabaseName::db() private
- Closed