~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/memcached_functions/plugin.ini

  • Committer: Mark Atwood
  • Date: 2010-06-24 03:15:21 UTC
  • mto: (1637.2.4 build)
  • mto: This revision was merged to the branch mainline in revision 1639.
  • Revision ID: me@mark.atwood.name-20100624031521-gafmppfbf5afm68w
new syslog module, with plugins for query log, error message, and SYSLOG() function

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
title=Memcached Client UDFs
3
3
description=UDF plugin for libmemcached
4
4
load_by_default=no
5
 
static=no
6
5
disabled=yes
7
6
headers=memcached_functions.h 
8
7
        memc_get.h memc_get_by_key.h
32
31
        memc_stats.cc
33
32
build_conditional="${pandora_cv_recent_libmemcached}" = "yes" -a "x${MEMCACHED_BINARY}" != "xno"
34
33
ldflags=${LTLIBMEMCACHED}
35
 
extra_dist=start_mc.sh.in