Download MariaDB 10.5.4
MariaDB originated as a fork of MySQL, after it was taken over by Oracle. For an overview of the differences between MariaDB and MySQL you can visit: this one and this one pages right. MariaDB is a powerful open source database server, which is especially popular as a website and forum database. The developers have released version 10.5.4, the first stable release of the 10.5 series. The most important changes that have been made are listed below for you:
Notable Changes
This is the first Stable (GA) release in the MariaDB 10.5 series.
- This release of MariaDB Server includes the S3 storage engine. Note, that plugins have independent maturity levels and S3 storage engine in 10.5.4 has Alpha maturity.
- This release of MariaDB Server includes the MariaDB ColumnStore storage engine. Note, that plugins have independent maturity levels and MariaDB ColumnStore in 10.5.4 has Beta maturity.
- New range version of the Spider Storage Engine, 3.3.15.
- DROP TABLE now reliably deletes table remnants inside a storage engine even if the .frm file is missing
- Accelerated crc32() function for AMD64, ARMv8, POWER 8 (MDEV-22669)
- Lots of bug fixes, see the changelog.
Variables
- limit innodb_encryption_threads to 255 (MDEV-22258).
- Minimum value of max_sort_length raised to 8 (previously 4) so fixed size data types like DOUBLE and BIGINT are not truncated for lower values of max_sort_length (MDEV-22715).
InnoDB
- DROP TABLE improvements: MDEV-8069, MDEV-11412, MDEV-22456
- InnoDB Performance improvements: MDEV-15053, MDEV-22593, MDEV-22697, MDEV-22871, MDEV-22841
changelog
For a complete list of changes made in MariaDB 10.5.4, with links to detailed information on each push, see the changelog.
Contributors
For a full list of contributors to MariaDB 10.5.4, see the MariaDB Foundation release announcement.
Version number | 10.5.4 |
Release status | Final |
Operating systems | Windows 7, Linux, BSD, macOS, Solaris, UNIX, Windows Server 2008, Windows Server 2012, Windows 8, Windows 10, Windows Server 2016 |
Website | MariaDB foundation |
Download | https://downloads.mariadb.org/mariadb/10.5.4 |
License type | Conditions (GNU/BSD/etc.) |