All pages
Powered by GitBook
1 of 1

Loading...

SHOW PLUGINS SONAME

List plugins and their library files. View information about installed plugins and their associated shared object names.

Syntax

SHOW PLUGINS SONAME { library | LIKE 'pattern' | WHERE expr };

Description

SHOW PLUGINS SONAME displays information about compiled-in and all server plugins in the directory, including plugins that haven't been installed.

Examples

There is also a corresponding table, called , which contains more complete information.

This page is licensed: CC BY-SA / Gnu FDL

SHOW PLUGINS SONAME 'ha_example.so';
+----------+---------------+----------------+---------------+---------+
| Name     | Status        | Type           | Library       | License |
+----------+---------------+----------------+---------------+---------+
| EXAMPLE  | NOT INSTALLED | STORAGE ENGINE | ha_example.so | GPL     |
| UNUSABLE | NOT INSTALLED | DAEMON         | ha_example.so | GPL     |
+----------+---------------+----------------+---------------+---------+
plugin_dir
information_schema
ALL_PLUGINS