summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/aggregate_command.idl
diff options
context:
space:
mode:
authorRishab Joshi <rishab.joshi@mongodb.com>2021-02-19 06:20:44 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-02-19 09:32:47 +0000
commitb785ca3a3d785814ac7201d5a7d52e718df7e689 (patch)
treeca0f6c2aa5a3ccd142ca8894fda6939f240c398d /src/mongo/db/pipeline/aggregate_command.idl
parenta40e23d8613ad123e26112a61e26963909f1fa07 (diff)
downloadmongo-b785ca3a3d785814ac7201d5a7d52e718df7e689.tar.gz
SERVER-54072 Added internal-client checks for aggregation command.
Diffstat (limited to 'src/mongo/db/pipeline/aggregate_command.idl')
-rw-r--r--src/mongo/db/pipeline/aggregate_command.idl1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mongo/db/pipeline/aggregate_command.idl b/src/mongo/db/pipeline/aggregate_command.idl
index 10c3bf0b7e2..e904d2c6b31 100644
--- a/src/mongo/db/pipeline/aggregate_command.idl
+++ b/src/mongo/db/pipeline/aggregate_command.idl
@@ -134,7 +134,6 @@ commands:
description: "An optional exchange specification for this request. If set it means that the request represents a producer running as a part of the exchange machinery. This is an internal option; we do not expect it to be set on requests from users or drivers."
type: ExchangeSpec
optional: true
- unstable: true
runtimeConstants:
description: "A legacy way to specify constant variables available during execution. 'let' is now preferred."
type: LegacyRuntimeConstants