summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/list_databases.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/list_databases.idl
parentdfa7646bf68e9444fcba3f76f4f7d4a3d1bdb2fe (diff)
downloadmongo-011c843a4476173c80e413097f4156f464a95dda.tar.gz
SERVER-51372 Add command_name field to IDL command syntax
Diffstat (limited to 'src/mongo/db/commands/list_databases.idl')
-rw-r--r--src/mongo/db/commands/list_databases.idl1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/db/commands/list_databases.idl b/src/mongo/db/commands/list_databases.idl
index c35ffc1e304..83e3e8f5351 100644
--- a/src/mongo/db/commands/list_databases.idl
+++ b/src/mongo/db/commands/list_databases.idl
@@ -36,6 +36,7 @@ imports:
commands:
listDatabasesCommand:
description: "listDatabases Command"
+ command_name: "listDatabases"
namespace: ignored
fields:
nameOnly: