1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

Bug#17261 Passing a variable from a stored procedure to UDF crashes mysqld

- Update of test toolsand Makefiles to make it possible to test always test udf's as part 
of the mysql test suite
This commit is contained in:
msvensson@devsrv-b.mysql.com
2006-03-10 10:41:04 +01:00
parent fa1f8a9c80
commit 1ab7d91003
7 changed files with 83 additions and 62 deletions

View File

@@ -1104,6 +1104,14 @@ sub environment_setup () {
($ENV{'DYLD_LIBRARY_PATH'} ? ":$ENV{'DYLD_LIBRARY_PATH'}" : "");
}
# --------------------------------------------------------------------------
# Add the path where mysqld will find udf_example.so
# --------------------------------------------------------------------------
$ENV{'LD_LIBRARY_PATH'}=
"$glob_basedir/sql/.libs" .
($ENV{'LD_LIBRARY_PATH'} ? ":$ENV{'LD_LIBRARY_PATH'}" : "");
# --------------------------------------------------------------------------
# Also command lines in .opt files may contain env vars
# --------------------------------------------------------------------------