~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/crc32/plug.in

  • Committer: Stewart Smith
  • Date: 2008-09-25 08:57:27 UTC
  • mto: This revision was merged to the branch mainline in revision 408.
  • Revision ID: stewart@flamingspork.com-20080925085727-lwemz5gl6tvrp9ku
UDFs are now normal Item_func objects. Simplifies handling them a lot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
DRIZZLE_PLUGIN(crc32,[crc32 UDF],
2
2
        [UDF Plugin for crc32])
 
3
DRIZZLE_PLUGIN_STATIC(crc32,   [libcrc32udf.a])
 
4
DRIZZLE_PLUGIN_MANDATORY(crc32)  dnl Default
3
5
DRIZZLE_PLUGIN_DYNAMIC(crc32,   [libcrc32udf.la])