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

Add test to mysql-test-run.pl to see if the udf_example.so is availble. Set envioronment variable UDF_EXAMPLE_LIB if it is.

Then check in have_udf if that variable is set. Finally use tahe variable when loading the shared library.
This commit is contained in:
msvensson@shellback.(none)
2006-04-27 16:32:40 +02:00
parent 0e08e39763
commit 0e5113aead
7 changed files with 56 additions and 19 deletions

View File

@ -0,0 +1,2 @@
have_udf_example_lib
1