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:
Plugin
Version
Maturity
Version
partition
1.0
Stable
Plugin
Version
Maturity
From
Plugin
Version
Maturity
From
Plugin
Version
Maturity
From
Plugin
Version
Maturity
Version
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
This page is licensed: CC BY-SA / Gnu FDL
Last updated
Was this helpful?