From 6773e61da2d38f47d9c70212d618a91cf889491e Mon Sep 17 00:00:00 2001 From: Trond Norbye Date: Fri, 5 Feb 2010 19:52:50 +0100 Subject: [PATCH] Ignore reclaimed stat --- libmemcached/stats.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libmemcached/stats.c b/libmemcached/stats.c index 128a92f7..1f3ca5bf 100644 --- a/libmemcached/stats.c +++ b/libmemcached/stats.c @@ -151,7 +151,8 @@ static memcached_return_t set_data(memcached_stat_st *memc_stat, char *key, char strcmp("listen_disabled_num", key) == 0 || strcmp("conn_yields", key) == 0 || strcmp("auth_cmds", key) == 0 || - strcmp("auth_errors", key) == 0)) + strcmp("auth_errors", key) == 0 || + strcmp("reclaimed", key) == 0)) { WATCHPOINT_STRING(key); return MEMCACHED_UNKNOWN_STAT_KEY; -- 2.30.2