mariadb/mysql-test/main/plugin_maturity.test

13 lines
288 B
Text
Raw Normal View History

--source include/have_example_plugin.inc
2010-06-16 19:01:22 +02:00
# test for --plugin_maturity
--replace_regex /\.dll/.so/
--error 1126
eval INSTALL PLUGIN example SONAME '$HA_EXAMPLE_SO';
2012-03-05 21:48:06 +01:00
--replace_regex /\.dll/.so/
--error 1126
eval INSTALL SONAME '$HA_EXAMPLE_SO';
--replace_regex /\.dll/.so/
show warnings;