mariadb/mysql-test/include/have_udf.inc
2006-03-22 12:03:15 +01:00

14 lines
251 B
PHP

#
# 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;
#
# Check that the "udf_example.so" file has been created
#
# TODO