SHOW PLUGINS SONAME

Sintassi

SHOW PLUGINS SONAME { libreria | LIKE 'pattern' | WHERE espr };

Spiegazione

SHOW PLUGINS SONAME mostra informazioni sui plugin compilati nel server, nella directory @@plugin_dir, compresi quelli non installati.

Esempi

MariaDB [(none)]> 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     |
+----------+---------------+----------------+---------------+---------+
2 rows in set (0.00 sec)

Esiste anche una tabella corrispondente nell'INFORMATION_SCHEMA, che si chiama ALL_PLUGINS.

Commenti

Sto caricando i commenti......
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.