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:
@ -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
|
||||
|
Reference in New Issue
Block a user