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_management1.0StableMariaDB 10.2.6, MariaDB 10.1.24
binlog1.0Stable
Blackhole1.0Stable
Connect1.7StableMariaDB 10.4.12, MariaDB 10.3.22, MariaDB 10.2.31, MariaDB 10.1.44
CLIENT_STATISTICS2.0StableMariaDB 10.1.13
cracklib_password_check1.0StableMariaDB 10.1.18
CSV1.0Stable
DISKS1.1StableMariaDB 10.4.7, MariaDB 10.3.17, MariaDB 10.2.26, MariaDB 10.1.41
ed255191.1StableMariaDB 10.4.0
FederatedX[1]2.1Stable
Feedback1.1Stable
file_key_management1.0StableMariaDB 10.1.18
gssapi1.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, MariaDB 10.2.16
mysql_native_password1.0Stable
mysql_old_password1.0Stable
named_pipe1.0StableMariaDB 10.1.11
pam1.0Stable
partition1.0Stable
Performance_Schema0.1Stable
QUERY_CACHE_INFO1.1StableMariaDB 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
Spider3.3StableMariaDB 10.3.7
SQL_ERROR_LOG1.0StableMariaDB 10.1.13
TABLE_STATISTICS2.0StableMariaDB 10.1.18
USER_STATISTICS2.0StableMariaDB 10.1.18
user_variables1.0StableMariaDB 10.3.13
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
PluginVersionMaturityFrom
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;

See Also

    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.