~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/memcached_functions/plugin.ini

  • Committer: Brian Aker
  • Date: 2009-12-03 04:18:00 UTC
  • mto: (1237.3.3 push)
  • mto: This revision was merged to the branch mainline in revision 1238.
  • Revision ID: brian@gaz-20091203041800-rxbans14m0bo0xcs
Final move of index flags up to Engine (new interface still needed).

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" -a "x${MEMCACHED_BINARY}" != "xno"
34
33
ldflags=${LTLIBMEMCACHED}
35
 
extra_dist=start_mc.sh.in
 
34
testsuite=memcached_functions
 
35
static=yes