summaryrefslogtreecommitdiff
path: root/src/mongo/s/SConscript
diff options
context:
space:
mode:
authorkauboy26 <vishnu.kaushik@mongodb.com>2023-05-17 20:55:33 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2023-05-17 23:17:02 +0000
commit7ce60b59b24a893bb6494089ea4db8e19901f48d (patch)
treea528735ad4207c8f409bb361f4b120492d5732ca /src/mongo/s/SConscript
parentde55cd2ac227dcc8cae2fd021abc291e86b2abb2 (diff)
downloadmongo-7ce60b59b24a893bb6494089ea4db8e19901f48d.tar.gz
SERVER-72989 Attach stmtIds to bulkWrite request sent by mongos
Diffstat (limited to 'src/mongo/s/SConscript')
-rw-r--r--src/mongo/s/SConscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/s/SConscript b/src/mongo/s/SConscript
index 3ca8219b298..eb66d737ec7 100644
--- a/src/mongo/s/SConscript
+++ b/src/mongo/s/SConscript
@@ -39,6 +39,7 @@ env.Library(
'write_ops/write_without_shard_key_util.cpp',
],
LIBDEPS=[
+ '$BUILD_DIR/mongo/db/commands/bulk_write_common',
'$BUILD_DIR/mongo/db/commands/server_status_core',
'$BUILD_DIR/mongo/db/fle_crud',
'$BUILD_DIR/mongo/db/not_primary_error_tracker',