diff options
author | Adityavardhan Agrawal <adi.agrawal@mongodb.com> | 2021-06-22 20:39:38 +0000 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2021-06-23 20:15:20 +0000 |
commit | 6537e8a255e7bea07bf2552629a9e7f4fd9f6cca (patch) | |
tree | 59cf609bc24a74245c25d1ba409be7756c5e9782 /src/mongo/db/query/query_feature_flags.idl | |
parent | 09f99b41e373768c5c1645d15733d1148b891176 (diff) | |
download | mongo-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.idl | 5 |
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 |