mariadb/mysql-test/t/plugin_maturity.test
2010-06-17 15:53:05 +02:00

6 lines
165 B
Text

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