~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/memcached_stats/plugin.ini

  • Committer: Padraig O'Sullivan
  • Date: 2009-09-29 19:34:58 UTC
  • mto: This revision was merged to the branch mainline in revision 1167.
  • Revision ID: osullivan.padraig@gmail.com-20090929193458-zs97say0t1t85b4h
Created plugin which simply adds I_S tables for querying memcached stats.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
[plugin]
 
2
name=memcached_stats
 
3
title=Memcached Stats in I_S tables
 
4
description=Some I_S tables that provide Memcached stats
 
5
load_by_default=yes
 
6
headers=stats_table.h
 
7
sources=memcached_stats.cc stats_table.cc 
 
8
build_conditional="${ac_cv_libmemcached}" = "yes"
 
9
ldflags=${LTLIBMEMCACHED}