summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/document_source_group.h
diff options
context:
space:
mode:
authorAnton Korshunov <anton.korshunov@mongodb.com>2019-05-23 12:35:21 +0100
committerAnton Korshunov <anton.korshunov@mongodb.com>2019-05-30 23:18:38 +0100
commitfc05d715eb813ddc72d38c74c6a1c4e447ae1b76 (patch)
tree187f98a85f493eb39a0243a87d09f6dfbf4aa7e7 /src/mongo/db/pipeline/document_source_group.h
parent32287881c1fdd01708a70f912f6775f0afaa5114 (diff)
downloadmongo-fc05d715eb813ddc72d38c74c6a1c4e447ae1b76.tar.gz
SERVER-40432 Undo 4.2 changes to $out
Diffstat (limited to 'src/mongo/db/pipeline/document_source_group.h')
-rw-r--r--src/mongo/db/pipeline/document_source_group.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/pipeline/document_source_group.h b/src/mongo/db/pipeline/document_source_group.h
index 8324fc2b7f5..29a46df1f9f 100644
--- a/src/mongo/db/pipeline/document_source_group.h
+++ b/src/mongo/db/pipeline/document_source_group.h
@@ -158,7 +158,7 @@ public:
bool usedDisk() final;
boost::optional<DistributedPlanLogic> distributedPlanLogic() final;
- bool canRunInParallelBeforeOut(
+ bool canRunInParallelBeforeWriteStage(
const std::set<std::string>& nameOfShardKeyFieldsUponEntryToStage) const final;
/**