-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: 3.6.0, 4.0.0
-
Component/s: Aggregation Framework
-
None
-
Fully Compatible
-
ALL
-
v4.0, v3.6
-
Query 2019-02-11
It looks like $lookup's implementation of addInvolvedCollections is incorrect. It neglects to include any namespaces that are referenced in a subpipline, should one exist.
It looks like this method is only used to check that all involved views are using the same collation, so the impact of this bad implementation would be a failure to detect mixed collations within a $lookup subpipeline.
- is depended on by
-
SERVER-38360 Disallow pipelines which read from the same namespace that they write to
- Closed