summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/pipeline_d.h
diff options
context:
space:
mode:
authorJames Wahlin <james@mongodb.com>2017-06-07 14:59:10 -0400
committerJames Wahlin <james@mongodb.com>2017-06-07 14:59:10 -0400
commitb85788f99e2f7d309582bd9d31ffc2769de72405 (patch)
treefdf5348758f1713163bb7ae63c081b64a15547ef /src/mongo/db/pipeline/pipeline_d.h
parent103972cebb1cdfccbc76c2afd82c824ed02fc11c (diff)
downloadmongo-b85788f99e2f7d309582bd9d31ffc2769de72405.tar.gz
Revert "SERVER-29125 Add $changeNotification stage that always outputs the single last oplog entry, unmodified"
This reverts commit bbfbb9f0ee75db566ac236c6c12daad71e3d3e10.
Diffstat (limited to 'src/mongo/db/pipeline/pipeline_d.h')
-rw-r--r--src/mongo/db/pipeline/pipeline_d.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mongo/db/pipeline/pipeline_d.h b/src/mongo/db/pipeline/pipeline_d.h
index 3248459fbf4..8c06a9e2f27 100644
--- a/src/mongo/db/pipeline/pipeline_d.h
+++ b/src/mongo/db/pipeline/pipeline_d.h
@@ -71,12 +71,11 @@ public:
*
* The cursor is added to the front of the pipeline's sources.
*
- * Callers must take care to ensure that 'nss' is locked in at least IS-mode.
+ * Callers must take care to ensure that 'collection' is locked in at least IS-mode.
*
* When not null, 'aggRequest' provides access to pipeline command options such as hint.
*/
static void prepareCursorSource(Collection* collection,
- const NamespaceString& nss,
const AggregationRequest* aggRequest,
Pipeline* pipeline);