diff options
Diffstat (limited to 'src/mongo/db/query/query_feature_flags.idl')
| -rw-r--r-- | src/mongo/db/query/query_feature_flags.idl | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/src/mongo/db/query/query_feature_flags.idl b/src/mongo/db/query/query_feature_flags.idl index 7e5995a022f..5ac4a341a2c 100644 --- a/src/mongo/db/query/query_feature_flags.idl +++ b/src/mongo/db/query/query_feature_flags.idl @@ -107,12 +107,6 @@ feature_flags: default: true version: 5.3 - featureFlagChangeStreamsFurtherEnrichedEvents: - description: "Feature flag for enabling the reshardCollection and refineCollectionShardKey events, as well as enhancements to the updateDescription field for update events" - cpp_varname: gFeatureFlagChangeStreamsFurtherEnrichedEvents - default: true - version: 6.0 - featureFlagCommonQueryFramework: description: "Feature flag for allowing use of Cascades-based query optimizer" cpp_varname: gfeatureFlagCommonQueryFramework @@ -151,27 +145,3 @@ feature_flags: description: "Feature flag to enable using SBE for a larger number of queries" cpp_varname: gFeatureFlagSbeFull default: false - - featureFlagQueryStats: - description: "Feature flag for enabling full queryStats collection." - cpp_varname: gFeatureFlagQueryStats - default: true - version: 6.0 - - featureFlagShardedSearchCustomSort: - description: "Feature flag to enable user specified sort for sharded $search queries." - cpp_varname: gFeatureFlagShardedSearchCustomSort - default: true - version: 6.0 - - featureFlagSearchBatchSizeLimit: - description: "Feature flag to enable the search batchsize and limit optimization." - cpp_varname: gFeatureFlagSearchBatchSizeLimit - default: true - version: 6.0 - - featureFlagVectorSearchPublicPreview: - description: "Feature flag to enable vector search for public preview." - cpp_varname: gFeatureFlagVectorSearchPublicPreview - default: true - version: 6.0 |
