~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/memcached_functions/plugin.ini

  • Committer: Brian Aker
  • Date: 2009-11-11 15:49:59 UTC
  • mto: This revision was merged to the branch mainline in revision 1212.
  • Revision ID: brian@gaz-20091111154959-jqu64e48gp9ig3tp
Updating with my change to to DECIMAL from NEWDECIMAL and Stewart's update
for protobuf to correctly store DECIMAL

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
[plugin]
 
2
name=memcached_functions
2
3
title=Memcached Client UDFs
3
4
description=UDF plugin for libmemcached
4
 
load_by_default=no
5
 
static=no
6
 
disabled=yes
 
5
load_by_default=yes
7
6
headers=memcached_functions.h 
8
7
        memc_get.h memc_get_by_key.h
9
8
        memc_set.h memc_set_by_key.h 
30
29
        memc_behavior_set.cc memc_behavior_get.cc 
31
30
        memc_increment.cc memc_decrement.cc
32
31
        memc_stats.cc
33
 
build_conditional="${pandora_cv_recent_libmemcached}" = "yes" -a "x${MEMCACHED_BINARY}" != "xno"
 
32
build_conditional="${ac_cv_libmemcached}" = "yes"
34
33
ldflags=${LTLIBMEMCACHED}
35
 
extra_dist=start_mc.sh.in
 
34
testsuite=memcached_functions