diff options
author | Mark Benvenuto <mark.benvenuto@mongodb.com> | 2022-07-11 13:51:44 -0400 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2022-07-15 19:08:21 +0000 |
commit | 49802bc44a41271ae1dac871b28bdf1146f77ece (patch) | |
tree | 9f2d3a91a5d3aac7f8a8dd2ab754bac072f03d4a /src/mongo/crypto | |
parent | 6f06862f5d76a46f3570ff3a6ed2d616991d8e5a (diff) | |
download | mongo-49802bc44a41271ae1dac871b28bdf1146f77ece.tar.gz |
SERVER-65077 Remove FCV gating logic for FLE 2 after branching 6.0
Diffstat (limited to 'src/mongo/crypto')
-rw-r--r-- | src/mongo/crypto/encryption_fields.idl | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mongo/crypto/encryption_fields.idl b/src/mongo/crypto/encryption_fields.idl index 9b0b877e9a1..3f573d68f9f 100644 --- a/src/mongo/crypto/encryption_fields.idl +++ b/src/mongo/crypto/encryption_fields.idl @@ -41,12 +41,6 @@ enums: Range: "range" feature_flags: - featureFlagFLE2: - description: "Enable Queryable Encryption support" - cpp_varname: gFeatureFlagFLE2 - default: true - version: 6.0 - featureFlagFLE2Range: description: "Enable support for range indexes in Queryable Encryption" cpp_varname: gFeatureFlagFLE2Range |