INSTALL SONAME
You are viewing an old version of this article. View
the current version here.
Syntax:
INSTALL SONAME 'plugin_library'
Description:
This statement is a variant of INSTALL PLUGIN. It installs all plugins from a given plugin_library
. See INSTALL PLUGIN for details.
It is supported starting from MariaDB 5.5.21.
Examples:
To load XtraDB storage engine and all its INFORMATION_SCHEMA tables with one statement, use
MariaDB [(none)]> INSTALL 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.