diff options
Diffstat (limited to 'src/mongo/db/query/query_solution.h')
-rw-r--r-- | src/mongo/db/query/query_solution.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/db/query/query_solution.h b/src/mongo/db/query/query_solution.h index 4e51ee97926..032911c63da 100644 --- a/src/mongo/db/query/query_solution.h +++ b/src/mongo/db/query/query_solution.h @@ -125,6 +125,7 @@ namespace mongo { */ virtual const BSONObjSet& getSort() const = 0; + // These are owned here. vector<QuerySolutionNode*> children; scoped_ptr<MatchExpression> filter; |