Comment out MEMCACHED_E2BIG return code, as it is fairly new.

This commit is contained in:
lericson 2009-11-05 19:54:54 +01:00
parent 6a9ad740c7
commit 0e1c0b8204

View File

@ -112,7 +112,7 @@ static PylibMC_McErr PylibMCExc_mc_errs[] = {
{ MEMCACHED_INVALID_HOST_PROTOCOL, "InvalidHostProtocolError", NULL }, { MEMCACHED_INVALID_HOST_PROTOCOL, "InvalidHostProtocolError", NULL },
//{ MEMCACHED_SERVER_MARKED_DEAD, //{ MEMCACHED_SERVER_MARKED_DEAD,
{ MEMCACHED_UNKNOWN_STAT_KEY, "UnknownStatKey", NULL }, { MEMCACHED_UNKNOWN_STAT_KEY, "UnknownStatKey", NULL },
{ MEMCACHED_E2BIG, "TooBigError", NULL }, //{ MEMCACHED_E2BIG, "TooBigError", NULL },
{ 0, NULL, NULL } { 0, NULL, NULL }
}; };
/* }}} */ /* }}} */