~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/crc32/plugin.ini

  • Committer: Stewart Smith
  • Date: 2008-07-13 06:56:15 UTC
  • mto: (210.1.1 drizzle)
  • mto: This revision was merged to the branch mainline in revision 211.
  • Revision ID: stewart@flamingspork.com-20080713065615-vzok75kgnnviokl9
Move MD5() into a UDF

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
[plugin]
2
 
name=crc32
3
 
title=crc32 UDF
4
 
description=UDF Plugin for crc32
5
 
version=1.0
6
 
author=Stewart Smith
7
 
license=PLUGIN_LICENSE_GPL
8
 
load_by_default=yes
9
 
libs=${top_builddir}/drizzled/algorithm/libhash.la
10
 
sources=crc32udf.cc