1
DRIZZLE_PLUGIN(uncompressed_length,[uncompressed_length UDF],
2
[UDF Plugin for uncompressed_length])
3
DRIZZLE_PLUGIN_STATIC(uncompressed_length, [libuncompressed_lengthudf.a])
4
DRIZZLE_PLUGIN_MANDATORY(uncompressed_length) dnl Default
5
DRIZZLE_PLUGIN_DYNAMIC(uncompressed_length, [libuncompressed_lengthudf.la])