~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/gearman_udf/plugin.ini

  • Committer: Brian Aker
  • Date: 2010-07-30 20:31:19 UTC
  • mto: This revision was merged to the branch mainline in revision 1679.
  • Revision ID: brian@gaz-20100730203119-89g2ye4zwnvcacxg
First pass in encapsulating row

Show diffs side-by-side

added added

removed removed

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