-
Type: Bug
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
Query Execution
-
ALL
Replace
IDLParserContext ctx("distinct", false /* apiStrict */, nss.tenantId(), sc);
with
const bool apiStrict = APIParameters::get(opCtx).getAPIStrict().value_or(false); IDLParserContext ctx("distinct", apiStrict, nss.tenantId(), sc);