summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorunknown <msvensson@neptunus.(none)>2006-03-22 12:03:15 +0100
committerunknown <msvensson@neptunus.(none)>2006-03-22 12:03:15 +0100
commit0adda6df52f00ddd9533bd956f39bbf9ef80360e (patch)
tree91fd90bf9a4f51f51ba0f29a22668c4bbd701bcb
parent578bd3e44d7015de2002d8231d0d274dcb318e87 (diff)
downloadmariadb-git-0adda6df52f00ddd9533bd956f39bbf9ef80360e.tar.gz
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
-rw-r--r--mysql-test/include/have_udf.inc6
-rw-r--r--mysql-test/t/disabled.def1
2 files changed, 7 insertions, 0 deletions
diff --git a/mysql-test/include/have_udf.inc b/mysql-test/include/have_udf.inc
index edb38d50487..5ed1c587385 100644
--- a/mysql-test/include/have_udf.inc
+++ b/mysql-test/include/have_udf.inc
@@ -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
diff --git a/mysql-test/t/disabled.def b/mysql-test/t/disabled.def
index 91f8c986cc4..302ddba3c81 100644
--- a/mysql-test/t/disabled.def
+++ b/mysql-test/t/disabled.def
@@ -43,3 +43,4 @@ rpl_sp : Bug#16456
rpl_until : Unstable test case, bug#15886
sp-goto : GOTO is currently is disabled - will be fixed in the future
mysqldump : BUG#18078
+udf : Need to check if udf_example.so has been built