What's New in MariaDB MaxScale 2.4?
This page is part of MariaDB's Documentation.
The parent of this page is: What's new in older releases?
Overview
MariaDB MaxScale 2.4 introduces the following new features:
Administrative
Adds support for examining the Query Classifier Cache with MaxCtrl using the show qc_
cache command.Adds support for draining a server's connections with MaxCtrl using the drain server command.
Administrative user passwords now stored as SHA2-512 hashes
Monitors
Adds the Clustrix Monitor (clustrixmon).
Routers
Adds the Smart Router (smartrouter).
Adds direct replication mode to the Avro Router (avrorouter), which allows the router to replicate binary logs without also configuring the Binlog Router (binlogrouter).
Servers
Adds the
socket
parameter for servers, which allows MaxScale to connect to a server using a Unix socket file.Adds the
rank
parameter for servers, which allows servers to be explicitly grouped into primary and secondary groups.
Security
Implements connection attempt throttling, which can be configured by setting the max_
auth_ parameter.errors_ until_ block
Tools
Adds the Change Data Capture (CDC) Data Adapter.