summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/SConscript
diff options
context:
space:
mode:
authorCharlie Swanson <charlie.swanson@mongodb.com>2019-05-08 09:45:50 -0400
committerCharlie Swanson <charlie.swanson@mongodb.com>2019-05-21 11:20:22 -0400
commit1397d1398b3b9b1723cd9b93de6b345f940a17e8 (patch)
tree8c087879396b984caa369d2c4d107a03538e95bf /src/mongo/db/pipeline/SConscript
parenta3638ccc4889436984eb385cb7717eecd6af83cf (diff)
downloadmongo-1397d1398b3b9b1723cd9b93de6b345f940a17e8.tar.gz
SERVER-40539 Add DocumentSourceQueue
This stage is distinguished from the Mock stage in that it doesn't bother tracking state about which methods have been called. The queue version is simpler and is used in production code (namely the update system), whereas the mock is still preferred in testing environments.
Diffstat (limited to 'src/mongo/db/pipeline/SConscript')
-rw-r--r--src/mongo/db/pipeline/SConscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/db/pipeline/SConscript b/src/mongo/db/pipeline/SConscript
index 85001ac9c5b..a778d314936 100644
--- a/src/mongo/db/pipeline/SConscript
+++ b/src/mongo/db/pipeline/SConscript
@@ -401,6 +401,7 @@ pipelineeEnv.Library(
'document_source_out_replace_coll.cpp',
'document_source_plan_cache_stats.cpp',
'document_source_project.cpp',
+ 'document_source_queue.cpp',
'document_source_redact.cpp',
'document_source_replace_root.cpp',
'document_source_sample.cpp',