summaryrefslogtreecommitdiff
path: root/src/mongo/db/explain.idl
diff options
context:
space:
mode:
authorHuayu Ouyang <huayu.ouyang@mongodb.com>2021-11-16 20:20:04 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-11-22 22:17:16 +0000
commite818cd876ed3b492517400a3da3f687fbe13d8aa (patch)
tree949699278df951eadbc45da35c2ee7da424e7ff0 /src/mongo/db/explain.idl
parent337e43030afb6de83a2e3ed25575ec8874a70d20 (diff)
downloadmongo-e818cd876ed3b492517400a3da3f687fbe13d8aa.tar.gz
SERVER-60814 Require 'unstable' field to avoid accidental additions to the stable API
Diffstat (limited to 'src/mongo/db/explain.idl')
-rw-r--r--src/mongo/db/explain.idl1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mongo/db/explain.idl b/src/mongo/db/explain.idl
index 326854b99cc..6b283135153 100644
--- a/src/mongo/db/explain.idl
+++ b/src/mongo/db/explain.idl
@@ -49,5 +49,6 @@ commands:
description: "The verbosity for explain command."
type: Verbosity
default : kExecAllPlans
+ unstable: false
# Dummy reply type as we won't use it to parse explain reply.
reply_type: OkReply