Release date: 14 Feb 2020
MariaDB 10.5 is the current development series of MariaDB. It is an evolution of MariaDB 10.4 with several entirely new features not found anywhere else and with backported and reimplemented features from MySQL.
MariaDB 10.5.1 is a Beta release.
Thanks, and enjoy MariaDB!
This will be the first beta release in the series.
Notable changes of this release include:
Remove dummy tablespace for the ()
Optimize access to InnoDB page header fields ()
Remove multiple instances ()
Deprecate and ignore and
Allow packed values of non-sorted fields in the sort buffer ()
now defaults to optimistic ().
Make REPLICA a synonym for ()
support ()
Add new mode to wsrep_OSU_method in which Galera checks storage engine of the effected table (
Migrate to ()
Show internal type for TIMESTAMP, DATETIME, and TIME columns ()
Numerous deprecated variables removed ()
For a complete list of changes made in , with links to detailed information on each push, see the .
For a full list of contributors to , see the .
Do not use beta releases in production!
Columns that indicated the buffer pool instance from the Information Schema , , , and tables now return a dummy value of 0.
Deprecate and ignore (MDEV-19747)
Prefer MDL to dict_sys.latch for innodb background tasks (MDEV-16678)
Use fdatasync() for redo log where appropriate (MDEV-21382)
Replace recv_sys.heap with list of buf_block_t (MDEV-21351)
Several fixes to server hangs (MDEV-16264)
Galera: Replicate MariaDB GTID to other nodes in the cluster (MDEV-20720)
Do not use non-stable (non-GA) releases in production!
This page is licensed: CC BY-SA / Gnu FDL