1
0
mirror of https://github.com/MariaDB/server.git synced 2025-05-07 04:01:59 +03:00
mariadb/mysql-test/t/plugin_maturity.test
2010-06-17 15:53:05 +02:00

7 lines
165 B
Plaintext

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