These release notes were created with the assistance of MySQL HeatWave GenAI.
-
In previous releases, the periodic updates to the
last_check_infield of themysql_innodb_cluster_metadata.routerstable generated very large binary logs. This was caused by MySQL Router storing full configuration details in theattributesfield of themysql_innodb_cluster_metadata.routerstable and the entire row being copied to the binary log every timelast_check_inwas updated.As of this release, a new version of the Metadata Schema is added, v2.4.0. In this version,
last_check_inis moved to a new table,mysql_innodb_cluster_metadata.router_stats.If the schema version is less than 2.4.0, MySQL Router carries on using
mysql_innodb_cluster_metadata.routers.last_check_in. If the schema cersion is 2.4.0, or higher, MySQL Router usesmysql_innodb_cluster_metadata.router_stats.last_check_in. (Bug #37926324, WL #17027, WL #17028)