mirror of
https://github.com/mongodb/mongo.git
synced 2024-11-24 00:17:37 +01:00
SERVER-94344 Create feature flag for SPM-3907 (#29246)
GitOrigin-RevId: 1f331097bf7c10bfe3afaf85e78c6c346d7b6f7e
This commit is contained in:
parent
56446d11fd
commit
b30784d72d
@ -197,3 +197,9 @@ feature_flags:
|
||||
default: true
|
||||
version: 8.1
|
||||
shouldBeFCVGated: true
|
||||
# TODO (SERVER-94367): remove once 9.0 becomes last LTS.
|
||||
featureFlagAggregateClusterCatalogAggStage:
|
||||
description: "Feature flag for enabling the aggregation stage $aggregateClusterCatalog"
|
||||
cpp_varname: feature_flags::gAggregateClusterCatalogAggStage
|
||||
default: false
|
||||
shouldBeFCVGated: true
|
||||
|
Loading…
Reference in New Issue
Block a user