summaryrefslogtreecommitdiff
path: root/src/mongo/s/request_types
diff options
context:
space:
mode:
authorBilly Donahue <billy.donahue@mongodb.com>2018-04-24 17:03:46 -0400
committerBilly Donahue <billy.donahue@mongodb.com>2018-04-24 17:07:49 -0400
commit7ce2b935244b006c73bce84fd34c4c77a6974c7c (patch)
treed97d6df69e2eaa1351881f8c9799252a9ea53297 /src/mongo/s/request_types
parent3d5b853e47fc1011a3191f3522148987de65b6b0 (diff)
downloadmongo-7ce2b935244b006c73bce84fd34c4c77a6974c7c.tar.gz
SERVER-34214 TypedCommand _flushRoutingTableCacheUpdates (fixes 052bc57)
Diffstat (limited to 'src/mongo/s/request_types')
-rw-r--r--src/mongo/s/request_types/flush_routing_table_cache_updates.idl3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mongo/s/request_types/flush_routing_table_cache_updates.idl b/src/mongo/s/request_types/flush_routing_table_cache_updates.idl
index f7be2e02864..d7672b6ae90 100644
--- a/src/mongo/s/request_types/flush_routing_table_cache_updates.idl
+++ b/src/mongo/s/request_types/flush_routing_table_cache_updates.idl
@@ -36,7 +36,8 @@ commands:
_flushRoutingTableCacheUpdates:
description: "An internal command to wait for the last routing table cache refresh for a particular namespace to be persisted to disk"
strict: true
- namespace: concatenate_with_db
+ namespace: type
+ type: namespacestring
fields:
syncFromConfig:
type: bool