-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Fully Compatible
-
Server Serverless 2022-02-07
Here is the current definition of the API :
std::vector<std::string> StorageEngineImpl::listDatabases() const;
In this ticket, it will be changed to:
std::vector<TenantDatabaseName> StorageEngineImpl::listDatabases() const;
All the callers' code should also be changed to match the new API.
- is depended on by
-
SERVER-61987 Change DatabaseHolder's map to be keyed by TenantDatabase
- Closed
- related to
-
SERVER-63354 fix macos dyld limit
- Closed