Release Notes for MariaDB MaxScale 6.4.10
This page is part of MariaDB's Documentation.
The parent of this page is: Release Notes for MariaDB MaxScale 6
Topics on this page:
Overview
MariaDB MaxScale is an advanced database proxy and query router.
MariaDB MaxScale 6.4.10 was released on 2023-08-30. This release is of General Availability (GA) maturity.
This document describes the changes in MaxScale 6.4.10 when compared to MaxScale 6.4.9.
Issues Fixed
Can result in unexpected behavior
When a connection pool is connected to a
readconnroute
service, the session command response verification unnecessarily stores prepared statements, which increases CPU usage for each prepared statement. (MXS-4726)
statements targeting theinformation_schema
are cached and fail to invalidate appropriately, for example when a table is dropped. (MXS-4717)Starting with this release,
SELECT
statements that target theinformation_schema
are not cached.
When the
ALTER
,DROP
, andRENAME
statements are performed on a table, cache fails to invalidate cached statements on the table that has been changed. (MXS-4706)
Platforms
In alignment to the MariaDB Engineering Policy, MariaDB MaxScale 6.4.10 is provided for:
CentOS 7 (x86_
64) Debian 10 (x86_
64, ARM64) Debian 11 (x86_
64, ARM64) Red Hat Enterprise Linux 7 (x86_
64) Red Hat Enterprise Linux 8 (x86_
64, ARM64) Red Hat Enterprise Linux 9 (x86_
64, ARM64) Rocky Linux 8 (x86_
64, ARM64) Rocky Linux 9 (x86_
64, ARM64) SUSE Linux Enterprise Server 15 (x86_
64, ARM64) Ubuntu 20.04 (x86_
64, ARM64) Ubuntu 22.04 (x86_
64, ARM64)