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
Client Statistics2.0StableMariaDB 10.1.13
CSV1.0Stable
FederatedX[1]2.1Stable
Feedback1.1Stable
Index Statistics2.0StableMariaDB 10.1.13
InnoDB (10.0)5.6StableMariaDB 10.0
LOCALES1.0StableMariaDB 10.1.13
Memory1.0Stable
MRG_MyISAM1.0Stable
Metadata_lock_info0.1StableMariaDB 10.1.13
MyISAM1.0Stable
mysql_native_password1.0Stable
mysql_old_password1.0Stable
named_pipe Authentication1.0StableMariaDB 10.1.11
pam1.0Stable
partition1.0Stable
Performance_Schema0.1Stable
Query Cache Info1.0StableMariaDB 10.1.13
Query Response Time1.0StableMariaDB 10.1.13
semisync1.0StableMariaDB 10.1.13
Sequence1.0Stable
SERVER_AUDIT1.3Stable
SQL_ERROR_LOG1.0StableMariaDB 10.1.13
TokuDB4.0Stable
Unix_socket1.0Stable
XtraDB[2] (10.0)5.6Stable
wsrep1.0Stable
PluginVersionMaturityFrom
Connect1.4GammaMariaDB 10.1.13
cracklib_password_check1.0GammaMariaDB 10.1.13
Federated[3]1.0Gamma
file_key_management1.0GammaMariaDB 10.1.13
InnoDB (10.1)5.6GammaMariaDB 10.1.13
simple_password_check1.0GammaMariaDB 10.1.13
Sphinx2.0Gamma
Spider3.2Gamma
Table Statistics2.0Gamma
User Statistics2.0Gamma
wsrep_info1.0GammaMariaDB 10.1.13
XtraDB[4] (10.1)5.6GammaMariaDB 10.1.13
PluginVersionMaturityFrom
GSSAPI Authentication1.0BetaMariaDB 10.1.11
handlersocket1.0Beta
OQGraph3.0Beta
PluginVersionMaturityFrom
user_variables1.0AlphaMariaDB 10.2.0
PluginVersionMaturityFrom
AWS Key management encryption plugin1.0ExperimentalMariaDB 10.1.13
Cassandra0.1Experimental
debug_key_management1.0ExperimentalMariaDB 10.1.3
example_key_management1.0ExperimentalMariaDB 10.1.3

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;
  1. Identifies itself as 'Federated'
  2. Identifies itself as 'InnoDB'
  3. This is not the FederatedX plugin, which also identifies itself as 'Federated'
  4. 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.