-
Cloning version compatibility checks for donor and recipient instances are relaxed. As of this release, with certain conditions, only the major and minor version numbers need to match, the patch number is now disregarded.
The following conditions apply:
Only version 8.0.17, or higher, can perform cloning.
If both versions are 8.0.37, or higher, only the major and minor versions are required to match.
If the version is 8.0.17, or higher, and less than 8.0.37, major, minor, and patch numbers must match.
(Bug #36054489)
-
The documentation for Rescanning a Cluster did not make clear that while
group_replication_transaction_size_limit
is set to the maximum value in Replica Clusters, the original value is stored in the metadata schema and is restored by
in the event of a switchover or failover. This overwrites any user-defined value set on the Replica Cluster.Cluster
.rescan()The documentation is updated with this information. (Bug #36494958)
-
If the primary instance of a Replica Cluster was changed, attempting to remove that Cluster from the Cluster set failed with the following error:
ERROR: Error enabling automatic super_read_only management at secondary:port: MySQL Error 3910 (HY000): The function 'group_replication_enable_member_action' failed. Member must be the primary or OFFLINE.
(Bug #36400360)
-
dba.createReplicaSet
withadoptFromAR:true
could fail if the host and port values returned were not properly configured on the target instance. The error returned did not provide useful information.As of this release, if the target instance does not have properly configured host and port values, it is ignored and the user is informed. (Bug #36201015)
-
The dump utilities included the MySQL HeatWave Service-reserved username
oracle-cloud-agent
resulting in the following error:User 'oracle-cloud-agent'@'localhost' is using an unsupported authentication plugin 'auth_socket' (fix this with 'skip_invalid_accounts' compatibility option)
The following users are now excluded when loading to, or dumping from, an MySQL HeatWave Service instance:
ocidbm
oracle-cloud-agent
rrhhuser
(Bug #36159820)
-
Loading a dump on Windows platforms failed if
sql_mode
was set toSTRICT_ALL_TABLES
. The following error was returned:ERROR 1231 (42000): Variable 'wait_timeout' can't be set to the value of '31536000'
The load utility attempted to set a maximum value for
wait_timeout
which is not permitted on Windows platforms. (Bug #36119568) Under certain circumstances, the Upgrade Checker utility's reserved keywords check did not generate warnings for the
FULL
andINTERSECT
keywords. (Bug #114423, Bug #36424093)The upgrade checker utility did not check for all old temporal types. Under certain circumstances, this could result in an upgrade failure. (Bug #112991, Bug #36029331)