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.5Stable
Audit Plugin1.4Stable
aws_key_management1.0Stable
binlog1.0Stable
Blackhole1.0Stable
Connect1.7StableMariaDB 10.4.12, MariaDB 10.3.22
CLIENT_STATISTICS2.0Stable
cracklib_password_check1.0Stable
CSV1.0Stable
DISKS1.1StableMariaDB 10.4.7, MariaDB 10.3.17
ed255191.1StableMariaDB 10.4.0
FederatedX[1]2.1Stable
Feedback1.1Stable
file_key_management1.0Stable
gssapi1.0Stable
INDEX_STATISTICS2.0Stable
INET61.0StableMariaDB 10.5.12
InnoDB10.*Stable
LOCALES1.0Stable
Memory1.0Stable
METADATA_LOCK_INFO0.1Stable
MRG_MyISAM1.0Stable
Mroonga7.7Stable
MyISAM1.0Stable
MyRocks1.0StableMariaDB 10.3.7
mysql_json0.1StableMariaDB 10.5.17
mysql_native_password1.0Stable
mysql_old_password1.0Stable
named_pipe1.0Stable
pam1.0Stable
password_reuse_check2.0StableMariaDB 10.7.7, MariaDB 10.8.7, MariaDB 10.9.5, MariaDB 10.10.2
partition1.0Stable
Performance_Schema0.1Stable
QUERY_CACHE_INFO1.1Stable
query_response_time1.0Stable
S31.0StableMariaDB 10.5.12
semisync1.0Stable
Sequence1.0Stable
SERVER_AUDIT1.4Stable
simple_password_check1.0Stable
Spider3.3Stable<= MariaDB 10.4, MariaDB 10.5.7
SQL_ERROR_LOG1.0Stable
TABLE_STATISTICS2.0Stable
USER_STATISTICS2.0Stable
user_variables1.0StableMariaDB 10.3.13
TokuDB4.0Stable
unix_socket1.0Stable
UUID1.0StableMariaDB 10.9.1
wsrep1.0Stable
WSREP_INFO1.0Stable
PluginVersionMaturityFrom
Federated[2]1.0Gamma
OQGraph3.0Gamma
Sphinx2.0Gamma
PluginVersionMaturityFrom
Columnstore1.0BetaMariaDB 10.5.4
handlersocket1.0Beta
PluginVersionMaturityFrom
Cassandra0.1Experimental
debug_key_management1.0Experimental
example_key_management1.0Experimental

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.