diff options
Diffstat (limited to 'mysql-test/r/plugin_maturity.result')
-rw-r--r-- | mysql-test/r/plugin_maturity.result | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mysql-test/r/plugin_maturity.result b/mysql-test/r/plugin_maturity.result new file mode 100644 index 00000000000..97147459f6f --- /dev/null +++ b/mysql-test/r/plugin_maturity.result @@ -0,0 +1,2 @@ +INSTALL PLUGIN example SONAME 'ha_example.so'; +ERROR HY000: Can't open shared library 'ha_example.so' (errno: 0 Loading of experimental plugins is prohibited by --plugin-maturity=stable) |