What is MariaDB 10.0?

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

MariaDB 10.0 is the development version of MariaDB. It is built on the MariaDB 5.5 series with backported features from MySQL 5.6 and entirely new features not found anywhere else.

Implemented Features

Features that are in a release, or in the source tree on launchpad.

New Features

New Features Re-implemented from a similar MySQL feature

New Features Backported from MySQL 5.6

  • New InnoDB — from MySQL 5.6.5 (MDEV-303)
  • Performance schema — from MySQL 5.6.5 (without host cache)
  • Optimized read only transaction (for InnoDB). This includes support for TRANSACTION READ ONLY.
  • Filesort optimization for queries using the ORDER BY ... LIMIT optimization - A useful optimization for showing only a few rows of a bigger result set. (MDEV-4026)
  • backport --plugin-load-add (MDEV-3860)
  • Online ALTER TABLE (MDEV-3933)
  • privileges on temporary tables
  • character set related extenstions
  • GET DIAGNOSTICS
  • Temporal literals (such as TIME'12:34:56')

See Also

The following features may or may not be in 10.0. It depends on if we can find a sponsors for these or if someone in the community will help us with developing them:

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.