~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/gearman_udf/plugin.ini

retrieve data from the local cache

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"