319.1.1
by Grant Limberg
renamed all instances of MYSQL_ to DRIZZLE_ |
1 |
DRIZZLE_PLUGIN(md5,[MD5 UDF], |
139.1.1
by Stewart Smith
Move MD5() into a UDF |
2 |
[UDF Plugin for MD5]) |
319.1.1
by Grant Limberg
renamed all instances of MYSQL_ to DRIZZLE_ |
3 |
DRIZZLE_PLUGIN_DYNAMIC(md5, [libmd5udf.la]) |
4 |
DRIZZLE_PLUGIN_ACTIONS(md5, [ |
|
230.2.1
by Monty Taylor
Bug 252687: openssl-dev requirement undetected |
5 |
AC_CHECK_HEADERS(openssl/md5.h) |
6 |
AM_CONDITIONAL(BUILD_MD5_UDF,[test "$ac_cv_header_openssl_md5_h" = "yes"]) |
|
7 |
])
|