List of Plugins
Contents
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:
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
- Plugin Overview
- INSTALL PLUGIN
- INFORMATION_SCHEMA.PLUGINS Table
- mysql_plugin
- SHOW PLUGINS
- INSTALL SONAME
- UNINSTALL PLUGIN
- UNINSTALL SONAME
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.