Silently ignore the new stats fields
authorTrond Norbye <trond.norbye@sun.com>
Fri, 13 Mar 2009 09:54:04 +0000 (10:54 +0100)
committerTrond Norbye <trond.norbye@sun.com>
Fri, 13 Mar 2009 09:54:04 +0000 (10:54 +0100)
commit3793fdb392266c08b59b2e5815f9db6a60c48fda
treeb7cdd80162ab73de7fbf3ed2a271169d5bc33910
parent6bd49a94f43c6ffe3b679f9470d266031d809bf9
Silently ignore the new stats fields

The 1.3 beta includes new stats elements, so libmemcached will print out
multiple error messages when you issue the stats call.

memcached_stat_st is publicly available, so we cannot add new members to
the struct without breaking binary compatibility.
libmemcached/memcached_stats.c