diff options
Diffstat (limited to 'src/mongo/db/SConscript')
-rw-r--r-- | src/mongo/db/SConscript | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mongo/db/SConscript b/src/mongo/db/SConscript index 61e3abba115..c5a203c7163 100644 --- a/src/mongo/db/SConscript +++ b/src/mongo/db/SConscript @@ -1079,7 +1079,6 @@ env.Library( 'exec/and_hash.cpp', 'exec/and_sorted.cpp', 'exec/cached_plan.cpp', - 'exec/change_stream_proxy.cpp', 'exec/collection_scan.cpp', 'exec/count.cpp', 'exec/count_scan.cpp', @@ -1098,7 +1097,6 @@ env.Library( 'exec/multi_plan.cpp', 'exec/near.cpp', 'exec/or.cpp', - 'exec/pipeline_proxy.cpp', 'exec/plan_cache_util.cpp', 'exec/plan_stage.cpp', 'exec/projection.cpp', @@ -1128,6 +1126,7 @@ env.Library( 'pipeline/document_source_cursor.cpp', 'pipeline/document_source_geo_near_cursor.cpp', 'pipeline/pipeline_d.cpp', + 'pipeline/plan_executor_pipeline.cpp', 'query/classic_stage_builder.cpp', 'query/explain.cpp', 'query/find.cpp', |