mirror of
https://github.com/MariaDB/server.git
synced 2025-05-07 04:01:59 +03:00
7 lines
165 B
Plaintext
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';
|