summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/SConscript
diff options
context:
space:
mode:
authorCheahuychou Mao <cheahuychou.mao@mongodb.com>2018-07-10 16:36:32 -0400
committerCheahuychou Mao <cheahuychou.mao@mongodb.com>2018-07-19 13:09:42 -0400
commita8e4cedfc7d7f48ac59fc4860ca6d8519421fdf5 (patch)
tree3127525a1a55bce311afb461f02ee8d73cc37f8e /src/mongo/db/s/SConscript
parent6403c6a71e03cee4f6bebbc67b06ba46fbf632c4 (diff)
downloadmongo-a8e4cedfc7d7f48ac59fc4860ca6d8519421fdf5.tar.gz
SERVER-35849 Remove dependency of the write commands on sharding_runtime_d
Diffstat (limited to 'src/mongo/db/s/SConscript')
-rw-r--r--src/mongo/db/s/SConscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/db/s/SConscript b/src/mongo/db/s/SConscript
index 782da1b15ad..8078dfc0c1c 100644
--- a/src/mongo/db/s/SConscript
+++ b/src/mongo/db/s/SConscript
@@ -42,6 +42,7 @@ env.Library(
'move_timing_helper.cpp',
'namespace_metadata_change_notifications.cpp',
'read_only_catalog_cache_loader.cpp',
+ 'scoped_operation_completion_sharding_actions.cpp',
'session_catalog_migration_destination.cpp',
'session_catalog_migration_source.cpp',
'shard_filtering_metadata_refresh.cpp',