summaryrefslogtreecommitdiff
path: root/src/mongo/db
diff options
context:
space:
mode:
authorYuhong Zhang <yuhong.zhang@mongodb.com>2022-09-08 18:47:58 +0000
committerEvergreen Agent <no-reply@evergreen.mongodb.com>2022-09-08 21:18:03 +0000
commitc9991baa5cc51fd323df3b25187af6395b9b1c17 (patch)
tree2b624fb5c8181b4cdcec9441c51f45387e18a9e4 /src/mongo/db
parent955ba75c1efe7978c5c916acbcadc7bf9ef34409 (diff)
downloadmongo-c9991baa5cc51fd323df3b25187af6395b9b1c17.tar.gz
SERVER-65124 Enable feature flag for the extended validate command
Diffstat (limited to 'src/mongo/db')
-rw-r--r--src/mongo/db/storage/storage_parameters.idl3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mongo/db/storage/storage_parameters.idl b/src/mongo/db/storage/storage_parameters.idl
index 62f13fb7ffd..452f747a315 100644
--- a/src/mongo/db/storage/storage_parameters.idl
+++ b/src/mongo/db/storage/storage_parameters.idl
@@ -172,7 +172,8 @@ feature_flags:
featureFlagExtendValidateCommand:
description: "Enable checks on more types of inconsistencies for the validate command"
cpp_varname: feature_flags::gExtendValidateCommand
- default: false
+ default: true
+ version: 6.2
featureFlagPointInTimeCatalogLookups:
description: "Support reads when in-memory catalog is out-of-sync with storage transaction"
cpp_varname: feature_flags::gPointInTimeCatalogLookups