1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

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
This commit is contained in:
unknown
2006-03-22 12:03:15 +01:00
parent 578bd3e44d
commit 0adda6df52
2 changed files with 7 additions and 0 deletions

View File

@ -6,3 +6,9 @@
disable_query_log;
show variables like "have_dlopen";
enable_query_log;
#
# Check that the "udf_example.so" file has been created
#
# TODO