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:
parent
578bd3e44d
commit
0adda6df52
@ -6,3 +6,9 @@
|
|||||||
disable_query_log;
|
disable_query_log;
|
||||||
show variables like "have_dlopen";
|
show variables like "have_dlopen";
|
||||||
enable_query_log;
|
enable_query_log;
|
||||||
|
|
||||||
|
#
|
||||||
|
# Check that the "udf_example.so" file has been created
|
||||||
|
#
|
||||||
|
|
||||||
|
# TODO
|
||||||
|
@ -43,3 +43,4 @@ rpl_sp : Bug#16456
|
|||||||
rpl_until : Unstable test case, bug#15886
|
rpl_until : Unstable test case, bug#15886
|
||||||
sp-goto : GOTO is currently is disabled - will be fixed in the future
|
sp-goto : GOTO is currently is disabled - will be fixed in the future
|
||||||
mysqldump : BUG#18078
|
mysqldump : BUG#18078
|
||||||
|
udf : Need to check if udf_example.so has been built
|
||||||
|
Loading…
x
Reference in New Issue
Block a user