~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/uncompressed_length/plug.in

  • Committer: Monty Taylor
  • Date: 2009-04-12 08:14:18 UTC
  • mto: (992.1.1 mordred)
  • mto: This revision was merged to the branch mainline in revision 990.
  • Revision ID: mordred@inaugust.com-20090412081418-dc6gh3g3awkrhwov
Merged compress, uncompress and uncompressed_length into one plugin lib. Yay new plugin registration!

Show diffs side-by-side

added added

removed removed

Lines of Context:
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])