From: Trond Norbye Date: Fri, 5 Feb 2010 18:52:50 +0000 (+0100) Subject: Ignore reclaimed stat X-Git-Tag: 0.40~57^2~1 X-Git-Url: https://git.m6w6.name/?a=commitdiff_plain;h=6773e61da2d38f47d9c70212d618a91cf889491e;p=m6w6%2Flibmemcached Ignore reclaimed stat --- 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;