MariaDB 11.5 Changes & Improvements
MariaDB 11.5 is an old rolling release and is no longer maintained. Please use a more recent release.
The most recent release of MariaDB 11.5 is:MariaDB 11.5.2 Stable (GA) Download Now
MariaDB 11.5 is a previous rolling release.
Upgrading
New Features
Temporary files and tables
There are two system variables used for controlling this feature:
max_tmp_session_space_usage: Limits the the temporary space allowance per user
max_tmp_total_space_usage: Limits the temporary space allowance for all users.
Data Types
The TIMESTAMP range of values was extended. The maximal allowed value for timestamps was '2038-01-19 03:14:07 UTC', and is now '2106-02-07 06:28:15 UTC'. This does not change the storage format, and new tables can be read by old MariaDB servers as long as timestamp values are within the old timestamp range. At the moment this is only supported on 64-bit platforms (MDEV-32188).
Optimizer
Index condition pushdown is now supported for partitioned tables (MDEV-12404)
ANALYZE for statement should show selectivity of pushed index condition (MDEV-18478)
Protocol
Permit bulk implementation to return ALL individual results (MDEV-30366)
Send initial values of system variables in first OK packet (MDEV-31609)
Observability
New USERS table in the Information Schema for storing information about users, password expiry, and the limits set by max_password_errors (MDEV-23729, MDEV-32218)
Add more columns to Information Schema TABLE_STATISTICS, CLIENT_STATISTICS and USER STATISTICS tables (MDEV-33151)
Add QUERIES column to Information Schema INDEX_STATISTICS table (MDEV-33152)
Provide InnoDB async IO statistics (MDEV-32841)
Including a number of status variables.
Extend Query Response Time plugin to be compatible with Percona server (MDEV-33501)
Additional features for Sequences (MDEV-28152)
CREATE SEQUENCE ... AS permits creating as any INT type (including BIGINT UNSIGNED), extending the range
ANALYZE TABLE on sequences no longer attempts to collect statistics (MDEV-33938)
Other
Deprecate and ignore the alter_algorithm system variable (MDEV-33655)
Change default Unicode collation to uca1400_ai_ci, a modern Unicode collation with proper support for SMP characters (including emoji)(MDEV-25829)
Parallel dump of multiple databases via mariadb-dump with the
--dir
option (MDEV-33625)Deprecate spider_casual_read (MDEV-31789)
Removed Features
The following deprecated features have been removed:
... COMPRESSED...
the correct syntax is COMPRESSED... ...
integer latches in OQGraph (and the related oqgraph_allow_create_integer_latch variable).
Variables
For a list of all new variables, see System Variables Added in MariaDB 11.5 and Status Variables Added in MariaDB 11.5.
Security Vulnerabilities Fixed in MariaDB 11.5
For a complete list of security vulnerabilities (CVEs) fixed across all versions of MariaDB, see the Security Vulnerabilities Fixed in MariaDB page. Add listcve macro here - removed for performance reasons
List of All MariaDB 11.5 Releases
Date
Release
Status
Release Notes
Changelog
This page is licensed: CC BY-SA / Gnu FDL
Last updated
Was this helpful?