summaryrefslogtreecommitdiff
path: root/src/mongo/db/s/SConscript
diff options
context:
space:
mode:
authormrwalak <matt.walak@mongodb.com>2021-06-16 21:01:28 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-06-25 19:19:25 +0000
commite5ebedd4a395bc1c8e9fded23b581bf85002f18c (patch)
treef0aa7440a05ee11dae90938fd081fb24b05443c7 /src/mongo/db/s/SConscript
parenta39dfb55fe943a958e7bb974f5e63f21224b35ee (diff)
downloadmongo-e5ebedd4a395bc1c8e9fded23b581bf85002f18c.tar.gz
SERVER-50521 Write reshardBegin no-op oplog entry after temporary resharding collection is created
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 9545bd25389..58aa50d7ffd 100644
--- a/src/mongo/db/s/SConscript
+++ b/src/mongo/db/s/SConscript
@@ -61,6 +61,7 @@ env.Library(
'range_deletion_util.cpp',
'read_only_catalog_cache_loader.cpp',
'recoverable_critical_section_service.cpp',
+ 'resharding/resharding_change_event_o2_field.idl',
'resharding/resharding_collection_cloner.cpp',
'resharding/resharding_coordinator_commit_monitor.cpp',
'resharding/resharding_coordinator_observer.cpp',