blob: edb38d50487618c99f57d4cc4f373028ff1e7bf8 (
plain)
1
2
3
4
5
6
7
8
|
#
# Check if server has support for loading udf's
# i.e it will support dlopen
#
--require r/have_udf.require
disable_query_log;
show variables like "have_dlopen";
enable_query_log;
|