MySQL Router 8.0 Release Notes
This release is no longer available for download. It was removed due to a dependency on a version of the server which is also no longer available for download. See MySQL 8.0.38 Release Notes. Please upgrade to MySQL Router 8.0.39 instead.
MySQL Router always updates the last_check_in
in
the Metadata Schema when it starts, even if the Cluster is
INVALIDATED
, leading to an errant
transaction. As of this release, MySQL Router does not update
last_check_in
if the Cluster is
INVALIDATED
.
(Bug #36563430)
Increased the maximum
router_id
value from 999999
to 4294967295 (2^32-1). This also affects how the internal
metadata_cache
user
name is defined.
(Bug #36393211)