1 create procedure proc_1() install plugin my_plug soname '/root/some_plugin.so';
3 ERROR HY000: No paths allowed for shared library
5 ERROR HY000: No paths allowed for shared library
7 ERROR HY000: No paths allowed for shared library
9 prepare abc from "install plugin my_plug soname '/root/some_plugin.so'";
11 ERROR HY000: No paths allowed for shared library
13 ERROR HY000: No paths allowed for shared library
14 deallocate prepare abc;