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
partition
1.0
Stable
Plugin
Version
Maturity
This query shows a complete list of plugins and their maturity level:
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?