diff options
author | msvensson@neptunus.(none) <> | 2006-03-20 21:35:05 +0100 |
---|---|---|
committer | msvensson@neptunus.(none) <> | 2006-03-20 21:35:05 +0100 |
commit | 0811648e31db70b82b902958e0e32bd93c45121a (patch) | |
tree | babe7a6eb2084eeec3f356cc60ed196117ffd072 /sql/sql_udf.cc | |
parent | f78ae59f0f4751c5608f54fd194e0073789600c5 (diff) | |
parent | 8ca012aefb4c8454054aeedb08fd1e2f0323f562 (diff) | |
download | mariadb-git-0811648e31db70b82b902958e0e32bd93c45121a.tar.gz |
Merge neptunus.(none):/home/msvensson/mysql/mysql-5.0
into neptunus.(none):/home/msvensson/mysql/bug11835/my50-bug11835
Diffstat (limited to 'sql/sql_udf.cc')
-rw-r--r-- | sql/sql_udf.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/sql_udf.cc b/sql/sql_udf.cc index 3f8a4e346f9..6269c0a2eb3 100644 --- a/sql/sql_udf.cc +++ b/sql/sql_udf.cc @@ -439,6 +439,7 @@ int mysql_create_function(THD *thd,udf_func *udf) } if (!(dl = find_udf_dl(udf->dl))) { + DBUG_PRINT("info", ("Calling dlopen, udf->dl: %s", udf->dl)); if (!(dl = dlopen(udf->dl, RTLD_NOW))) { DBUG_PRINT("error",("dlopen of %s failed, error: %d (%s)", |