~drizzle-trunk/drizzle/development

1144.5.1 by Padraig O'Sullivan
Created plugin which simply adds I_S tables for querying memcached stats.
1
[plugin]
2397.1.1 by Daniel Nichter
Skeleton documentation for all plugins, more complete docu for first half of plugins.
2
title=Memcached Statistics
1300.2.2 by Joe Daly
port memcached stats plugin to use data_dictionary
3
description=Some DATA_DICTIONARY tables that provide Memcached stats
1295 by Brian Aker
Disabling support for memcached plugins until we can test for version of
4
load_by_default=no
1755.2.14 by Brian Aker
Adding opt for optional schedulers and making them --plugin-add only.
5
static=no
1459.2.1 by Monty Taylor
Disabled memcached_stats plugin. It needs to be ported up to 0.38 of
6
disabled=yes
1964.2.8 by Monty Taylor
Updated memcached_stats plugin.
7
headers=stats_table.h analysis_table.h
1144.5.2 by Padraig O'Sullivan
Added another I_S table for memcached. This time added an I_S table for
8
sources=memcached_stats.cc stats_table.cc analysis_table.cc
1405.1.1 by Monty Taylor
Updated the search for libmemcached.
9
build_conditional="${pandora_cv_recent_libmemcached}" = "yes" -a "x${MEMCACHED_BINARY}" != "xno"
1144.5.1 by Padraig O'Sullivan
Created plugin which simply adds I_S tables for querying memcached stats.
10
ldflags=${LTLIBMEMCACHED}