~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/memcached_functions/memc_stats.cc

Merge Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
#include <algorithm>
43
43
 
44
44
using namespace std;
 
45
using namespace drizzled;
45
46
 
46
47
void MemcachedStats::setFailureString(const char *error)
47
48
{