summaryrefslogtreecommitdiff
path: root/mysql-test/t/plugin_maturity.test
blob: fe95f19b8033e31c86bec38676bfa67cab1fd1fd (plain)
1
2
3
4
5
6
--source include/have_example_plugin.inc

# test for --plugin_maturity
--replace_regex /\.dll/.so/
--error 1126
eval INSTALL PLUGIN example SONAME '$HA_EXAMPLE_SO';