-
Type: Task
-
Resolution: Duplicate
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Catalog and Routing
This ticket aims to propagate the new functionality added by SERVER-97060 to $listClusterCatalog.
$listClusterCatalog should return the internal databases whenever one of the following conditions is met:
- The aggregation stage runs against an internal database (except for the 'admin' database).
- The aggregation stage runs against the 'admin' database and the user adds {'includeSystemDatabases':1} on the request specification. This is an example:
db.getSiblingDB("admin").aggregate({$listClusterCatalog: {includeSystemDatabases:1}})
- depends on
-
SERVER-97060 Return internal databases with $_internalListCollections
- In Code Review
-
SERVER-96213 Implement $listClusterCatalog using $_internalListCollections
- Closed
- is duplicated by
-
SERVER-97060 Return internal databases with $_internalListCollections
- In Code Review