Enable the feature flag for this project.
Please make sure that all the feature flag checkings doesn't use `feature_flags::gFeatureFlagCompoundWildcardIndexes.isEnabledAndIgnoreFCV()` and use `feature_flags::gFeatureFlagCompoundWildcardIndexes.isEnabled(serverGlobalParams.featureCompatibility)` instead.
- is depended on by
-
SERVER-74132 Enable running Compound Wildcard Index microbenchmarks on all variants
- Closed