Plugin Maturity

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

MariaDB 10.0 Plugins

The following table lists the various plugins included in MariaDB 10.0 ordered by their maturity.

PluginVersionMaturity
Archive3.0Stable
binlog1.0Stable
Blackhole1.0Stable
CSV1.0Stable
Federated2.1Stable
Feedback1.1Stable
InnoDB5.6Stable
Memory1.0Stable
MyISAM1.0Stable
pam1.0Stable
partition1.0Stable
TokuDB4.0Stable
XtraDB5.6Stable
PluginVersionMaturity
Aria1.5Gamma
Performance_Schema0.1Gamma
Query Cache Info1.0Gamma
Query Response Time1.0Gamma
Sequence1.0Gamma
Sphinx2.0Gamma
Spider3.2Gamma
SQL_ERROR_LOG1.0Gamma
PluginVersionMaturity
Connect1.2Beta
handlersocket1.0Beta
Metadata_lock_info0.1Beta
mysql_native_password1.0Beta
mysql_old_password1.0Beta
OQGraph3.0Beta
PluginVersionMaturity
Cassandra0.1Experimental

Use the following to get a complete list of plugins and their maturity in your version of MariaDB:

SELECT plugin_name,plugin_version,plugin_maturity
  FROM information_schema.plugins
  ORDER BY plugin_name;

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.