-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Fully Compatible
-
Server Serverless 2022-02-07
Currently, there are 2 APIs of CollectionCatalog return a set string for db names.
1) usingViewCatalogSet=StringSet;
ViewCatalogSetgetViewCatalogDbNames() const;
2) std::vector<std::string> getAllDbNames() const;
In this ticket, we will change the code to have them return a set TenantDatabaseName
- is depended on by
-
SERVER-61988 Change CollectionCatalog maps that are keyed by db name to be keyed by TenantDatabase
- Closed