The most recent release of MariaDB 10.3 is:MariaDB 10.3.39 Stable (GA) Download Now
Download | Release Notes | Changelog | Overview of 10.3
Release date: 26 Feb 2018
MariaDB 10.3 is the current development series of MariaDB. It is an evolution of MariaDB 10.2 with several entirely new features not found anywhere else and with backported and reimplemented features from MySQL.
MariaDB 10.3.5 is a RC release.
Do not use non-GA releases on production systems!
For an overview of MariaDB 10.3 see theWhat is MariaDB 10.3? page.
Thanks, and enjoy MariaDB!
The PL/SQL stored procedure dialect (enabled with ) now supports Oracle style packages. Support for the following statements has been added ():
On Linux, shrink the core dumps by omitting the ()
Fix upgrades from earlier versions ()
New status variable ()
As per the , 10.3 binary tarball packages for GLIBC_2.5 (that were built on CentOS 5) have been discontinued.
includes all bug fixes from , including the following:
Remove excessive undo logging during
Faster startup when no crash recovery is deeded (, )
Do not use non-GA releases on production systems!
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 .
The storage engine is now RC.
Numerous performance improvements for high-concurrency load.
Useless @@system_versioning_innodb_algorithm_simple server variable was removed.
New SIMULTANEOUS_ASSIGNMENT to make the SET part of the statement evaluate all assignments simultaneously, not left-to-right.
Numerous scalability and performance improvements to global data structures, including MDEV-14756, MDEV-15019, MDEV-14482, MDEV-15059, MDEV-15104
Correctness improvement - honors transactional locks (MDEV-15061)
Performance improvements to persistent data structures: MDEV-15090, MDEV-15132
If a user has the but not the DELETE HISTORY privilege, running will grant DELETE HISTORY as well.
Added Max_index_length and Temporary to
This page is licensed: CC BY-SA / Gnu FDL