Commit 0adda6df authored by unknown's avatar unknown
Browse files

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
parent 578bd3e4
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -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
+1 −0
Original line number Diff line number Diff line
@@ -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