1#
2# Check if server has support for loading plugins
3#
4if (`SELECT @@have_dynamic_loading != 'YES'`) {
5  --skip simple parser requires dynamic loading
6}
7
8#
9# Check if the variable SIMPLE_PARSER is set
10#
11if (!$MYPLUGLIB_SO) {
12  --skip simple parser is not built (no mypluglib.so)
13}
14
15