summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/query_feature_flags.idl
diff options
context:
space:
mode:
authorAdityavardhan Agrawal <adi.agrawal@mongodb.com>2021-06-22 20:39:38 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2021-06-23 20:15:20 +0000
commit6537e8a255e7bea07bf2552629a9e7f4fd9f6cca (patch)
tree59cf609bc24a74245c25d1ba409be7756c5e9782 /src/mongo/db/query/query_feature_flags.idl
parent09f99b41e373768c5c1645d15733d1148b891176 (diff)
downloadmongo-6537e8a255e7bea07bf2552629a9e7f4fd9f6cca.tar.gz
SERVER-56071 add feature flag for group and lookup
Diffstat (limited to 'src/mongo/db/query/query_feature_flags.idl')
-rw-r--r--src/mongo/db/query/query_feature_flags.idl5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mongo/db/query/query_feature_flags.idl b/src/mongo/db/query/query_feature_flags.idl
index b103b0dae0e..63321b6c86d 100644
--- a/src/mongo/db/query/query_feature_flags.idl
+++ b/src/mongo/db/query/query_feature_flags.idl
@@ -50,3 +50,8 @@ feature_flags:
description: "Feature flag for allowing sharding a Time Series collection"
cpp_varname: gFeatureFlagShardedTimeSeries
default: false
+
+ featureFlagSBEGroupAndLookup:
+ description: "Feature flag for allowing SBE $group and $lookup"
+ cpp_varname: gFeatureFlagSBEGroupAndLookup
+ default: false