diff options
author | Charlie Swanson <charlie.swanson@mongodb.com> | 2019-05-20 19:14:54 -0400 |
---|---|---|
committer | Charlie Swanson <charlie.swanson@mongodb.com> | 2019-05-22 16:38:40 -0400 |
commit | 7ac68bb3418650654599b6ffb768daf4bacc979d (patch) | |
tree | d5c225e46bc468f59950219ffb7df840fa98e945 /src/mongo/db/pipeline/pipeline.h | |
parent | 5594eeb9c42f5a28ebb20c8fcce87a2a1a01f6a5 (diff) | |
download | mongo-7ac68bb3418650654599b6ffb768daf4bacc979d.tar.gz |
SERVER-41249 Fix special cases for $out to include $merge
Diffstat (limited to 'src/mongo/db/pipeline/pipeline.h')
-rw-r--r-- | src/mongo/db/pipeline/pipeline.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/pipeline/pipeline.h b/src/mongo/db/pipeline/pipeline.h index 05e2b77977d..71d94b800de 100644 --- a/src/mongo/db/pipeline/pipeline.h +++ b/src/mongo/db/pipeline/pipeline.h @@ -129,7 +129,7 @@ public: SourceContainer sources, const boost::intrusive_ptr<ExpressionContext>& expCtx); /** - * Returns true if the provided aggregation command has a $out stage. + * Returns true if the provided aggregation command has an $out or $merge stage. */ static bool aggSupportsWriteConcern(const BSONObj& cmd); |