summaryrefslogtreecommitdiff
path: root/src/mongo/s/commands/SConscript
diff options
context:
space:
mode:
authorNick Zolnierz <nicholas.zolnierz@mongodb.com>2020-02-25 13:12:34 -0500
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-02-28 15:46:37 +0000
commit76e1e97f064016a86e56561a098d6dab8f5c7d21 (patch)
tree9818e576e78b8bc174d7d1d5f714956d79ea5466 /src/mongo/s/commands/SConscript
parent887fe798e0a09546ffdbb39903b4992f5321b98f (diff)
downloadmongo-76e1e97f064016a86e56561a098d6dab8f5c7d21.tar.gz
SERVER-46264 Change the rename command so it is passed through IDL rather than manually constructed BSON
Diffstat (limited to 'src/mongo/s/commands/SConscript')
-rw-r--r--src/mongo/s/commands/SConscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/s/commands/SConscript b/src/mongo/s/commands/SConscript
index ca56afe77a1..51590af5ad8 100644
--- a/src/mongo/s/commands/SConscript
+++ b/src/mongo/s/commands/SConscript
@@ -116,6 +116,7 @@ env.Library(
'$BUILD_DIR/mongo/db/commands/test_commands_enabled',
'$BUILD_DIR/mongo/db/commands/write_commands_common',
'$BUILD_DIR/mongo/db/commands/server_status',
+ '$BUILD_DIR/mongo/db/commands/rename_collection_idl',
'$BUILD_DIR/mongo/db/ftdc/ftdc_server',
'$BUILD_DIR/mongo/db/shared_request_handling',
'$BUILD_DIR/mongo/db/logical_session_cache_impl',