-
Type:
Improvement
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: Replication
-
None
-
Fully Compatible
-
Repl 2018-07-02
-
None
-
None
-
None
-
None
-
None
-
None
-
None
As a part of SERVER-35118 we will need to remove the following code and the corresponding test for the upgrade/downgrade project.
This will essentially revert SERVER-33240.
// Check for FCV 4.0. The presence of an autocommit field distiguishes this as a
// multi-statement transaction vs a retryable write.
uassert(
50773,
str::stream() << "Transactions are only supported in featureCompatibilityVersion 4.0. "
<< "See "
<< feature_compatibility_version_documentation::kCompatibilityLink
<< " for more information.",
(serverGlobalParams.featureCompatibility.isVersionInitialized() &&
serverGlobalParams.featureCompatibility.getVersion() ==
ServerGlobalParams::FeatureCompatibility::Version::kFullyUpgradedTo40));
- is depended on by
-
SERVER-35118 Enumerate and remove Replication-related FeatureCompatibilityVersion 3.6-dependent code and tests
-
- Closed
-