Plugin Maturity

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

MariaDB plugin maturity

The following table lists the various plugins included in MariaDB ordered by their maturity. Note that maturity will differ across MariaDB versions - see below for an easy way to get a complete list of plugins and their maturity in your version of MariaDB:

PluginVersionMaturityFrom
Archive3.0Stable
Aria1.5StableMariaDB 10.0.13
Audit Plugin1.2StableMariaDB 5.5.42
binlog1.0Stable
Blackhole1.0Stable
CSV1.0Stable
FederatedX2.1Stable
Feedback1.1Stable
InnoDB5.6Stable
Memory1.0Stable
MERGE1.0Stable
MyISAM1.0Stable
mysql_native_password1.0Stable
mysql_old_password1.0Stable
pam1.0Stable
partition1.0Stable
Performance_Schema0.1Stable
Sequence1.0Stable
SERVER_AUDIT1.1Stable
TokuDB4.0Stable
Unix_socket1.0Stable
XtraDB5.6Stable
PluginVersionMaturityFrom
Federated1.0Gamma
LOCALES1.0Gamma
Metadata_lock_info0.1Gamma
Query Cache Info1.0Gamma
Query Response Time1.0Gamma
semisync1.0Gamma
Sphinx2.0Gamma
Spider3.2Gamma
SQL_ERROR_LOG1.0Gamma
PluginVersionMaturityFrom
Connect1.3Beta
handlersocket1.0Beta
OQGraph3.0Beta
PluginVersionMaturityFrom
simple_password_check1.0AlphaMariaDB 10.1.2
wsrep_info1.0AlphaMariaDB 10.1.2
PluginVersionMaturityFrom
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;

but keep in mind that FederatedX identifies itself as "Federated", and XtraDB identifies itself as "InnoDB".

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.