summaryrefslogtreecommitdiff
path: root/src/mongo/SConscript
diff options
context:
space:
mode:
authorJack Mulrow <jack.mulrow@mongodb.com>2018-01-22 11:32:23 -0500
committerJack Mulrow <jack.mulrow@mongodb.com>2018-03-08 17:49:26 -0500
commit66b82f4eb006b71d0c8a63ca982be8e943280941 (patch)
tree3a8b852fd8f9ab11869e2c7b88648125b81d5d7f /src/mongo/SConscript
parent5bf81cc55555124280d88a54396df2a64bcef8ce (diff)
downloadmongo-66b82f4eb006b71d0c8a63ca982be8e943280941.tar.gz
SERVER-33017 Add metadata hook to update lastCommittedOpTime on mongos per shard
Diffstat (limited to 'src/mongo/SConscript')
-rw-r--r--src/mongo/SConscript1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/SConscript b/src/mongo/SConscript
index a1b5347d5b3..cf8c406bd1c 100644
--- a/src/mongo/SConscript
+++ b/src/mongo/SConscript
@@ -424,6 +424,7 @@ if not hygienic:
's/client/sharding_connection_hook',
's/commands/cluster_commands',
's/commands/shared_cluster_commands',
+ 's/committed_optime_metadata_hook',
's/coreshard',
's/is_mongos',
's/sharding_egress_metadata_hook_for_mongos',