summaryrefslogtreecommitdiff
path: root/src/mongo/s/sharding_feature_flags.idl
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/s/sharding_feature_flags.idl')
-rw-r--r--src/mongo/s/sharding_feature_flags.idl5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mongo/s/sharding_feature_flags.idl b/src/mongo/s/sharding_feature_flags.idl
index f01b6816291..41586885c02 100644
--- a/src/mongo/s/sharding_feature_flags.idl
+++ b/src/mongo/s/sharding_feature_flags.idl
@@ -98,3 +98,8 @@ feature_flags:
description: "Feature flag for checking metadata consistency in the cluster, database or collection"
cpp_varname: feature_flags::gCheckMetadataConsistency
default: false
+ # TODO SERVER-73627: Remove once 7.0 becomes last LTS.
+ featureFlagDropCollectionHoldingCriticalSection:
+ description: "Feature flag for enabling the new implementation of the dropCollection DDL operation."
+ cpp_varname: feature_flags::gDropCollectionHoldingCriticalSection
+ default: false