mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 21:12:26 +01:00
6 lines
165 B
Text
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';
|