summaryrefslogtreecommitdiff
path: root/src/mongo/idl
diff options
context:
space:
mode:
authorXin Hao Zhang <xinhao.zhang@mongodb.com>2019-06-13 16:48:24 -0400
committerXin Hao Zhang <xinhao.zhang@mongodb.com>2019-06-18 08:59:00 -0400
commit90da71501d23dc1b5a3d78417079fd62e989e035 (patch)
treec82b9751d959dcecef7dc8893e53ba107edbad20 /src/mongo/idl
parent3031d98296f8fe8c9344030208949e449684b7cf (diff)
downloadmongo-90da71501d23dc1b5a3d78417079fd62e989e035.tar.gz
SERVER-1599 Add support for index hint to update command
Diffstat (limited to 'src/mongo/idl')
-rw-r--r--src/mongo/idl/basic_types.idl1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/idl/basic_types.idl b/src/mongo/idl/basic_types.idl
index 084ca20fe42..7005fdc4bc3 100644
--- a/src/mongo/idl/basic_types.idl
+++ b/src/mongo/idl/basic_types.idl
@@ -157,3 +157,4 @@ types:
cpp_type: "mongo::NamespaceString"
serializer: mongo::NamespaceString::toString
deserializer: mongo::NamespaceString
+