summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorNaama Bareket <naama.bareket@mongodb.com>2023-04-03 17:52:42 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2023-04-03 20:08:17 +0000
commitcb3eaabe10d29209563b7ed742cdcf2547871ffd (patch)
tree585b363ec15556e78910ba76eb85c39eb20ed5f8 /src
parent4cf9b7381438a3abacafc7f92cdaf112b2146d81 (diff)
downloadmongo-cb3eaabe10d29209563b7ed742cdcf2547871ffd.tar.gz
SERVER-52237: Enable feature flag for Approximate Median and Percentile Accumulators
Diffstat (limited to 'src')
-rw-r--r--src/mongo/db/query/query_feature_flags.idl3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mongo/db/query/query_feature_flags.idl b/src/mongo/db/query/query_feature_flags.idl
index 1274432404f..7891742993f 100644
--- a/src/mongo/db/query/query_feature_flags.idl
+++ b/src/mongo/db/query/query_feature_flags.idl
@@ -113,4 +113,5 @@ feature_flags:
featureFlagApproxPercentiles:
description: "Feature flag to enable approximate $percentile accumulator/expression."
cpp_varname: gFeatureFlagApproxPercentiles
- default: false
+ default: true
+ version: 7.0