diff options
Diffstat (limited to 'src/mongo/db/query/planner_ixselect.h')
| -rw-r--r-- | src/mongo/db/query/planner_ixselect.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mongo/db/query/planner_ixselect.h b/src/mongo/db/query/planner_ixselect.h index 914e9265d9b..7cb34973810 100644 --- a/src/mongo/db/query/planner_ixselect.h +++ b/src/mongo/db/query/planner_ixselect.h @@ -72,7 +72,8 @@ public: static bool compatible(const BSONElement& elt, const IndexEntry& index, MatchExpression* node, - const CollatorInterface* collator); + const CollatorInterface* collator, + bool elemMatchChild = false); /** * Determine how useful all of our relevant 'indices' are to all predicates in the subtree |
