summaryrefslogtreecommitdiff
path: root/mysql-test/main/plugin_maturity.test
blob: e1e4941492e719cf65eb1028474d724ff8cc0fa5 (plain)
1
2
3
4
5
6
7
8
9
10
11
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;