summaryrefslogtreecommitdiff
path: root/mysql-test/main/plugin_maturity.test
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/main/plugin_maturity.test')
-rw-r--r--mysql-test/main/plugin_maturity.test12
1 files changed, 12 insertions, 0 deletions
diff --git a/mysql-test/main/plugin_maturity.test b/mysql-test/main/plugin_maturity.test
new file mode 100644
index 00000000000..e1e4941492e
--- /dev/null
+++ b/mysql-test/main/plugin_maturity.test
@@ -0,0 +1,12 @@
+--source include/have_example_plugin.inc
+
+# test for --plugin_maturity
+--replace_regex /\.dll/.so/
+--error 1126
+eval INSTALL PLUGIN example SONAME '$HA_EXAMPLE_SO';
+
+--replace_regex /\.dll/.so/
+--error 1126
+eval INSTALL SONAME '$HA_EXAMPLE_SO';
+--replace_regex /\.dll/.so/
+show warnings;