Details
-
Improvement
-
Resolution: Fixed
-
Major - P3
-
None
-
None
-
Fully Compatible
-
Repl 2018-07-02
Description
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));
|
Attachments
Issue Links
- is depended on by
-
SERVER-35118 Enumerate and remove Replication-related FeatureCompatibilityVersion 3.6-dependent code and tests
-
- Closed
-