Comments - INSTALL SONAME

9 years ago Sergei Golubchik

All plugins are installed. UDF are not installed. Plugins are listed in mariadb_decalre_plugin. UDFs cannot be installed automatically because they are not listed anywhere and because they don't store their metadata — the server doesn't know what arguments the UDF needs, its return type, and so on.

UDFs are simply a set of functions in the .so library. And they are ignored by INSTALL SONAME.

 
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.