summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/profile.idl
diff options
context:
space:
mode:
authorSamy Lanka <samy.lanka@mongodb.com>2020-10-27 19:42:20 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2020-11-03 21:37:33 +0000
commit011c843a4476173c80e413097f4156f464a95dda (patch)
treef71b17346513e7d5996d745c98b6948070400f18 /src/mongo/db/commands/profile.idl
parentdfa7646bf68e9444fcba3f76f4f7d4a3d1bdb2fe (diff)
downloadmongo-011c843a4476173c80e413097f4156f464a95dda.tar.gz
SERVER-51372 Add command_name field to IDL command syntax
Diffstat (limited to 'src/mongo/db/commands/profile.idl')
-rw-r--r--src/mongo/db/commands/profile.idl1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/db/commands/profile.idl b/src/mongo/db/commands/profile.idl
index 91a90567d52..15ec549c668 100644
--- a/src/mongo/db/commands/profile.idl
+++ b/src/mongo/db/commands/profile.idl
@@ -45,6 +45,7 @@ commands:
profile:
description: "Parser for the 'profile' command."
+ command_name: "profile"
cpp_name: ProfileCmdRequest
strict: false
namespace: type