3 # Check if server has support for loading plugins
5 if (`SELECT @@have_dynamic_loading !=
'YES'`) {
6 --
skip daemon example plugin requires dynamic loading
10 # Check if the variable DAEMONEXAMPLE is set
12 if (!$DAEMONEXAMPLE) {
13 --
skip daemon_example plugin requires the environment variable \$DAEMONEXAMPLE
to be
set (normally done by
mtr)