summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/pipeline_d.h
diff options
context:
space:
mode:
authorCharlie Swanson <charlie.swanson@mongodb.com>2016-12-15 17:30:15 -0500
committerCharlie Swanson <charlie.swanson@mongodb.com>2016-12-16 17:37:51 -0500
commit15fc05860775df882b588ce64764dd59e773af84 (patch)
tree56fd2e0e599a6e70007617b98db08fb2da389114 /src/mongo/db/pipeline/pipeline_d.h
parente50c923ff402a4b2276e62e053eb5326c06b8976 (diff)
downloadmongo-15fc05860775df882b588ce64764dd59e773af84.tar.gz
SERVER-27253 Bump index usage stats during $lookup.
Diffstat (limited to 'src/mongo/db/pipeline/pipeline_d.h')
-rw-r--r--src/mongo/db/pipeline/pipeline_d.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mongo/db/pipeline/pipeline_d.h b/src/mongo/db/pipeline/pipeline_d.h
index 5be4893cf3b..20b6cf16965 100644
--- a/src/mongo/db/pipeline/pipeline_d.h
+++ b/src/mongo/db/pipeline/pipeline_d.h
@@ -108,7 +108,8 @@ private:
* Creates a DocumentSourceCursor from the given PlanExecutor and adds it to the front of the
* Pipeline.
*/
- static void addCursorSource(const boost::intrusive_ptr<Pipeline>& pipeline,
+ static void addCursorSource(Collection* collection,
+ const boost::intrusive_ptr<Pipeline>& pipeline,
const boost::intrusive_ptr<ExpressionContext>& expCtx,
std::unique_ptr<PlanExecutor> exec,
DepsTracker deps,