What is MariaDB 5.2

You are viewing an old version of this article. View the current version here.

MariaDB 5.2 contains features that didn't have time to go into MariaDB 5.1.

MariaDB 5.2 is based on MariaDB 5.1 and thus MySQL 5.1.

The new features in 5.2 are quite isolated and as most have been in use by members in the MySQL community for a long time, we don't expect any big problems with 5.2 and we should be able to declare it stable within a few months.

New storage engines

  • OQGRAPH
    • Allows you to handle hierarchies (tree structures) and complex graphs (nodes having many connections in several directions)
  • SphinxSE: Text search withing MariaDB.
    • A built-in Sphinx client which allows MariaDB to talk to searchd, run search queries, and obtain search results.

New features

Other things

We have also done several smaller speed improvements, bug fixes and code cleanups.

Comments

Comments loading...
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.