~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/gearman_udf/plugin.ini

  • Committer: Stewart Smith
  • Date: 2009-06-16 03:02:59 UTC
  • mto: This revision was merged to the branch mainline in revision 1065.
  • Revision ID: stewart@flamingspork.com-20090616030259-tn2thqrajk6cappd
ER_NISAMCHK is unused, mark it as so. Thanks to Paul DuBois for researching this for MySQL.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
[plugin]
 
2
name=gearman_udf
 
3
title=Gearman Client UDFs
 
4
description=UDF plugin that provides a Gearman client interface
 
5
load_by_default=yes
 
6
headers=function_map.h gman_servers_set.h gman_do.h
 
7
sources=gearman_udf.cc function_map.cc gman_servers_set.cc gman_do.cc
 
8
build_conditional="x${ac_cv_libgearman}" = "xyes"
 
9
ldflags=${LTLIBGEARMAN}