Release Notes for MariaDB Xpand 5.3.21
This page is part of MariaDB's Documentation.
The parent of this page is: Release Notes for MariaDB Xpand 5.3
Topics on this page:
Overview
MariaDB Xpand is a distributed SQL database. This release of MariaDB Xpand is a maintenance release.
MariaDB Xpand 5.3.21 was released on 2022-03-23.
Notable Changes
The softfail procedure has been updated to include additional steps when binlogs are present. (XPT-256)
Issues Fixed
Can result in data loss
When binlogs are present, the softfail procedure does not properly account for binlog data. (XPT-256)
Can result in unexpected behavior
When a query containing an
IN(..)
list is executed as a prepared statement, the prepared statement could be translated multiple times.The CLX tool can not parse Unicode characters.
When a password is set for the
xpandm
user,statd
fails.When the binlog indexer is behind, the performance of
SHOW BINLOG FILES
could be impacted. (XPT-113)Logging for an RBR replication slave does not correctly surface information about errors. (XPT-255)
When the binlog indexer encounters a 0-size transaction, the binlog indexer could not proceed, and performance of
SHOW BINLOG FILES
andTRIM BINLOG
could be impacted. (XPT-164)When
sql_mode=STRICT_TRANS_TABLES
is set, a negative value inserted into anUNSIGNED FLOAT
does not raise an error. (XPT-143)When
sql_mode=STRICT_TRANS_TABLES
is set, validation is not performed forFLOAT
,DOUBLE
, andREAL UNSIGNED
. (XPT-143)When Python 3 is used,
statd
fails. (XPT-237)
Related to install and upgrade
Upgrades could re-set variables that were aliased, such as
mysql_port
andport
. (XPT-162)