2010-06-16 19:01:22 +02:00
|
|
|
INSTALL PLUGIN example SONAME 'ha_example.so';
|
2013-11-11 09:31:09 +01:00
|
|
|
ERROR HY000: Can't open shared library 'ha_example.so' (errno: 1, Loading of experimental plugin EXAMPLE is prohibited by --plugin-maturity=stable)
|
2012-03-05 21:48:06 +01:00
|
|
|
INSTALL SONAME 'ha_example.so';
|
2013-11-11 09:31:09 +01:00
|
|
|
ERROR HY000: Can't open shared library 'ha_example.so' (errno: 1, Loading of experimental plugin EXAMPLE is prohibited by --plugin-maturity=stable)
|
2012-03-05 21:48:06 +01:00
|
|
|
show warnings;
|
|
|
|
Level Code Message
|
2013-11-11 09:31:09 +01:00
|
|
|
Error 1126 Can't open shared library 'ha_example.so' (errno: 1, Loading of experimental plugin EXAMPLE is prohibited by --plugin-maturity=stable)
|
|
|
|
Error 1126 Can't open shared library 'ha_example.so' (errno: 1, Loading of experimental plugin UNUSABLE is prohibited by --plugin-maturity=stable)
|