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
Examples
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 |
+----------+---------------+----------------+---------------+---------+Last updated
Was this helpful?

