Latest in branch 5.5
5.5.68
Released 06 May 2020
(6 years ago)
SoftwareMariaDB
Version5.5
StatusLTS
End of life
Initial release5.5.23
10 Apr 2012
(14 years ago)
Latest release5.5.68
06 May 2020
(6 years ago)
Community EOL11 Apr 2020
(Ended 6 years, 1 month ago)
Enterprise EOL11 Apr 2020
(Ended 6 years, 1 month ago)
Extended EOL11 Apr 2020
(Ended 6 years, 1 month ago)
Release noteshttps://mariadb.com/kb/en/mariadb-5568-release-notes/
Source codehttps://github.com/mariadb/server/tree/mariadb-5.5.68
Documentationhttps://mariadb.com/kb/en/documentation/
MariaDB 5.5 ReleasesView full list

What Is New in MariaDB 5.5

MariaDB 5.5 is a long-term support (LTS) release based on MySQL 5.5 with many additional improvements from MariaDB 5.3. It was the first stable release in the 5.5 series in April 2012 and received maintenance until May 2020.

This version focused on better performance through an enhanced thread pool, improved storage engine options, replication flexibility, and practical new tools for monitoring and compatibility.

Major Features and Improvements

Area Feature Description
Performance Thread Pool Significantly more efficient thread pool, offering performance comparable to MySQL Enterprise Edition's closed-source thread pool.
Storage Engine SphinxSE Updated to version 2.0.4 for better full-text search integration.
Storage Engine Extended Keys Support for extended keys in both XtraDB (default) and InnoDB.
Plugins INSTALL SONAME New statement to install plugins by shared library name.
Optimizer LIMIT ROWS EXAMINED New optimization to limit the number of rows examined during query execution.
Replication Dynamic Filter Variables replicate_do_*, replicate_ignore_*, and replicate_wild_* variables are now dynamic and can be changed without restarting the server.
Monitoring SQL_ERROR_LOG plugin New plugin to log SQL-level errors for easier troubleshooting.
Compatibility old_mode variable New system variable to enable compatibility mode with older MariaDB or MySQL behavior.

InnoDB and XtraDB Enhancements

MariaDB 5.5 uses **XtraDB** as the default storage engine but allows easy switching to the standard InnoDB.

  • Extended key support for both XtraDB and InnoDB.
  • InnoDB can be loaded as a plugin using options such as ignore-builtin-innodb and plugin-load=innodb=ha_innodb.so.
  • Performance Schema table updates are no longer written to the binary log, reducing replication overhead and preventing potential crashes on replicas.

Other Notable Changes

Additional improvements include:

  • New status variables for monitoring feature usage and server activity.
  • mysql_real_connect() now preserves options after a failed connection attempt (from 5.5.21).
  • New tables added to INFORMATION_SCHEMA for better visibility.
  • PBXT storage engine removed from binary distributions (still available in source code) due to lack of active maintenance.

Security and Maintenance

Throughout its lifecycle, MariaDB 5.5 received numerous security fixes for various CVEs. Many performance schema and replication improvements also helped make the server more stable and secure in production environments.

FAQ

What is the main highlight of MariaDB 5.5?
The significantly improved thread pool and the new LIMIT ROWS EXAMINED optimization are among the most important performance enhancements.

Was MariaDB 5.5 a long-term support release?
Yes. It was an LTS release that received updates for many years, with the final release in May 2020.

What is the default storage engine in MariaDB 5.5?
XtraDB is the default storage engine, but you can switch to standard InnoDB using configuration options.

Does MariaDB 5.5 support vector search or modern AI features?
No. Vector data type and vector indexing were introduced much later in MariaDB 11.8.

Is MariaDB 5.5 still recommended for new projects?
No. MariaDB 5.5 reached end of support in 2020. It is recommended to upgrade to a newer LTS version such as 10.11, 11.4, or 11.8 for security updates and modern features.

Releases In Branch 5.5

VersionRelease date
5.5.6806 May 2020
(6 years ago)
5.5.6717 Jan 2020
(6 years ago)
5.5.6630 Oct 2019
(6 years ago)
5.5.6525 Jul 2019
(6 years ago)
5.5.6426 Apr 2019
(7 years ago)
5.5.6327 Jan 2019
(7 years ago)
5.5.6224 Oct 2018
(7 years ago)
5.5.6130 Jul 2018
(7 years ago)
5.5.6019 Apr 2018
(8 years ago)
5.5.5918 Jan 2018
(8 years ago)
5.5.5817 Oct 2017
(8 years ago)
5.5.5718 Jul 2017
(8 years ago)
5.5.5630 Apr 2017
(9 years ago)
5.5.5511 Apr 2017
(9 years ago)
5.5.5422 Dec 2016
(9 years ago)
5.5.5314 Oct 2016
(9 years ago)
5.5.5212 Sep 2016
(9 years ago)
5.5.5109 Aug 2016
(9 years ago)
5.5.5016 Jun 2016
(9 years ago)
5.5.4920 Apr 2016
(10 years ago)
5.5.4810 Feb 2016
(10 years ago)
5.5.4709 Dec 2015
(10 years ago)
5.5.4609 Oct 2015
(10 years ago)
5.5.4504 Aug 2015
(10 years ago)
5.5.4409 Jun 2015
(10 years ago)
5.5.4329 Apr 2015
(11 years ago)
5.5.4213 Feb 2015
(11 years ago)
5.5.4119 Dec 2014
(11 years ago)
5.5.4008 Oct 2014
(11 years ago)
5.5.3903 Aug 2014
(11 years ago)
5.5.3805 Jun 2014
(12 years ago)
5.5.3715 Apr 2014
(12 years ago)
5.5.3622 Feb 2014
(12 years ago)
5.5.3528 Jan 2014
(12 years ago)
5.5.3418 Nov 2013
(12 years ago)
5.5.3316 Sep 2013
(12 years ago)
5.5.3217 Jul 2013
(12 years ago)
5.5.3121 May 2013
(13 years ago)
5.5.3011 Mar 2013
(13 years ago)
5.5.2929 Jan 2013
(13 years ago)
5.5.2819 Oct 2012
(13 years ago)
5.5.2706 Sep 2012
(13 years ago)
5.5.2521 Jun 2012
(13 years ago)
5.5.2430 May 2012
(14 years ago)
5.5.2310 Apr 2012
(14 years ago)
5.5.22-rc28 Mar 2012
(14 years ago)
5.5.21-beta14 Mar 2012
(14 years ago)
5.5.20-alpha24 Feb 2012
(14 years ago)