summaryrefslogtreecommitdiff
path: root/mysql-test/include/have_example_plugin.inc
blob: 2d2a9dc8f7b4c1c030e893ef45fb50f9e024d43a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#
# Check if server has support for loading udf's
# i.e it will support dlopen
#
--source include/have_dynamic_loading.inc
--source include/not_windows_embedded.inc
#
# Check if the variable HA_EXAMPLE_SO is set
#
--require r/have_example_plugin.require
disable_query_log;
eval select LENGTH('$HA_EXAMPLE_SO') > 0 as 'have_example_plugin';
enable_query_log;