List of Plugins

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.4StableMariaDB 10.1.11, MariaDB 10.0.24, MariaDB 5.5.42
AWS Key management encryption plugin1.0StableMariaDB 10.2.6, MariaDB 10.1.24
binlog1.0Stable
Blackhole1.0Stable
Client Statistics2.0StableMariaDB 10.1.13
Connect1.6StableMariaDB 10.2.9, MariaDB 10.1.28
cracklib_password_check1.0StableMariaDB 10.1.18
CSV1.0Stable
FederatedX[1]2.1Stable
Feedback1.1Stable
file_key_management1.0StableMariaDB 10.1.18
GSSAPI Authentication1.0StableMariaDB 10.1.15
Index Statistics2.0StableMariaDB 10.1.13
InnoDB5.7StableMariaDB 10.2
LOCALES1.0StableMariaDB 10.1.13
Memory1.0Stable
Metadata_lock_info0.1StableMariaDB 10.1.13
MRG_MyISAM1.0Stable
Mroonga7.7StableMariaDB 10.2.11, MariaDB 10.1.29
MyISAM1.0Stable
MyRocks1.0StableMariaDB 10.3.7
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.4StableMariaDB 10.1.11, MariaDB 10.0.24, MariaDB 5.5.48
simple_password_check1.0StableMariaDB 10.1.18
SQL_ERROR_LOG1.0StableMariaDB 10.1.13
Table Statistics2.0StableMariaDB 10.1.18
User Statistics2.0StableMariaDB 10.1.18
TokuDB4.0Stable
Unix_socket1.0Stable
wsrep1.0Stable
wsrep_info1.0StableMariaDB 10.1.18
PluginVersionMaturityFrom
Federated[2]1.0Gamma
OQGraph3.0GammaMariaDB 10.0.25
Sphinx2.0Gamma
Spider3.2Gamma
user_variables1.0GammaMariaDB 10.2.6
PluginVersionMaturityFrom
DISKS1.0BetaMariaDB 10.3.6, MariaDB 10.2.14, MariaDB 10.1.32
ed255191.0BetaMariaDB 10.1.22
handlersocket1.0Beta
PluginVersionMaturityFrom
Cassandra0.1Experimental
debug_key_management1.0ExperimentalMariaDB 10.1.3
example_key_management1.0ExperimentalMariaDB 10.1.3

Execute the following on your MariaDB server to get a complete list of plugins and their maturity for 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. This is not the FederatedX plugin, which also identifies itself as 'Federated'

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.