Details
-
Task
-
Resolution: Fixed
-
Major - P3
-
None
-
None
-
None
-
Fully Compatible
-
Server Serverless 2022-02-07
Description
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
Attachments
Issue Links
- is depended on by
-
SERVER-61988 Change CollectionCatalog maps that are keyed by db name to be keyed by TenantDatabase
-
- Closed
-