~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/memcached_functions/plugin.ini

  • Committer: Andrew Hutchings
  • Date: 2011-01-21 11:23:19 UTC
  • mto: (2100.1.1 build)
  • mto: This revision was merged to the branch mainline in revision 2101.
  • Revision ID: andrew@linuxjedi.co.uk-20110121112319-nj1cvg0yt3nnf2rr
Add errors page to drizzle client docs
Add link to specific error in migration docs
Minor changes to migration docs

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
5
6
disabled=yes
6
7
headers=memcached_functions.h 
7
8
        memc_get.h memc_get_by_key.h
31
32
        memc_stats.cc
32
33
build_conditional="${pandora_cv_recent_libmemcached}" = "yes" -a "x${MEMCACHED_BINARY}" != "xno"
33
34
ldflags=${LTLIBMEMCACHED}
 
35
extra_dist=start_mc.sh.in