From 0e1c0b8204a8aea615a42b65af56b8ac8551f982 Mon Sep 17 00:00:00 2001 From: lericson Date: Thu, 5 Nov 2009 19:54:54 +0100 Subject: [PATCH] Comment out MEMCACHED_E2BIG return code, as it is fairly new. --- _pylibmcmodule.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_pylibmcmodule.h b/_pylibmcmodule.h index ddf161d..d2143f4 100644 --- a/_pylibmcmodule.h +++ b/_pylibmcmodule.h @@ -112,7 +112,7 @@ static PylibMC_McErr PylibMCExc_mc_errs[] = { { MEMCACHED_INVALID_HOST_PROTOCOL, "InvalidHostProtocolError", NULL }, //{ MEMCACHED_SERVER_MARKED_DEAD, { MEMCACHED_UNKNOWN_STAT_KEY, "UnknownStatKey", NULL }, - { MEMCACHED_E2BIG, "TooBigError", NULL }, + //{ MEMCACHED_E2BIG, "TooBigError", NULL }, { 0, NULL, NULL } }; /* }}} */