Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

List of Plugins

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.4StableMariaDB 10.1.11
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
simple_password_check1.0StableMariaDB 10.1.18
Spider (<= 10.4)3.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
INET61.0GammaMariaDB 10.5.9
OQGraph3.0Gamma
S31.0GammaMariaDB 10.5.7
Sphinx2.0Gamma
Spider (>= 10.5)3.3GammaMariaDB 10.5.4
PluginVersionMaturityFrom
Columnstore1.0BetaMariaDB 10.5.4
handlersocket1.0Beta
PluginVersionMaturityFrom
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