diff options
author | Sanika Phanse <sanika.phanse@mongodb.com> | 2022-04-08 20:18:13 +0000 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2022-04-08 21:42:18 +0000 |
commit | d9550ffc38095720fa8802c6f3e4e88fa3258abc (patch) | |
tree | 89b8bdd164d40e8f5bf8c63cb71336e2981fbd85 /src | |
parent | 7ef335b60fe16e4bd846eff3c8ca2828df8af31a (diff) | |
download | mongo-d9550ffc38095720fa8802c6f3e4e88fa3258abc.tar.gz |
SERVER-55348 Enable Feature flag for Running distributed transactions internally in a sharded cluster
Diffstat (limited to 'src')
-rw-r--r-- | src/mongo/db/internal_transactions_feature_flag.idl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mongo/db/internal_transactions_feature_flag.idl b/src/mongo/db/internal_transactions_feature_flag.idl index 61972cec8fd..d0373f56140 100644 --- a/src/mongo/db/internal_transactions_feature_flag.idl +++ b/src/mongo/db/internal_transactions_feature_flag.idl @@ -38,7 +38,8 @@ feature_flags: featureFlagInternalTransactions: description: Feature flag for enabling internal transactions. cpp_varname: gFeatureFlagInternalTransactions - default: false + default: true + version: 6.0 featureFlagUpdateDocumentShardKeyUsingTransactionApi: description: Feature flag to enable usage of the transaction api for update findAndModify and update commands that change a document's shard key. |