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]) |
139.1.8
by Stewart Smith
UDFs are now normal Item_func objects. Simplifies handling them a lot. |
3 |
DRIZZLE_PLUGIN_STATIC(md5, [libmd5udf.a]) |
319.1.1
by Grant Limberg
renamed all instances of MYSQL_ to DRIZZLE_ |
4 |
DRIZZLE_PLUGIN_DYNAMIC(md5, [libmd5udf.la]) |
5 |
DRIZZLE_PLUGIN_ACTIONS(md5, [ |
|
230.2.1
by Monty Taylor
Bug 252687: openssl-dev requirement undetected |
6 |
AC_CHECK_HEADERS(openssl/md5.h) |
7 |
AM_CONDITIONAL(BUILD_MD5_UDF,[test "$ac_cv_header_openssl_md5_h" = "yes"]) |
|
8 |
])
|