UNINSTALL SONAME
You are viewing an old version of this article. View
the current version here.
Syntax:
UNINSTALL SONAME 'plugin_library'
Description:
This statement is a variant of UNINSTALL PLUGIN statement, that removes all plugins belonging to a specified plugin_library
. See UNINSTALL PLUGIN for details.
This statement is supported starting from MariaDB 5.5.21
Examples:
MariaDB [(none)]> UNINSTALL SONAME 'ha_xtradb'; Query OK, 0 rows affected (0.00 sec)
See Also:
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.