mariadb/mysql-test/include/have_udf.inc
unknown 0adda6df52 Dsiable udf.test waiting for a check wheter udf_example.so exists
mysql-test/include/have_udf.inc:
  Add comment that a check for udf_example.so must be made
mysql-test/t/disabled.def:
  Disable udf.test
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