~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]
1300.2.2 by Joe Daly
port memcached stats plugin to use data_dictionary
2
title=Memcached Stats in DATA_DICTIONARY tables
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
1459.2.1 by Monty Taylor
Disabled memcached_stats plugin. It needs to be ported up to 0.38 of
5
disabled=yes
1144.5.4 by Padraig O'Sullivan
Updated the licence to be BSD since I don't see why this would need to be GPL.
6
headers=stats_table.h analysis_table.h sysvar_holder.h
1144.5.2 by Padraig O'Sullivan
Added another I_S table for memcached. This time added an I_S table for
7
sources=memcached_stats.cc stats_table.cc analysis_table.cc
1405.1.1 by Monty Taylor
Updated the search for libmemcached.
8
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.
9
ldflags=${LTLIBMEMCACHED}