Comment out MEMCACHED_E2BIG return code, as it is fairly new.
This commit is contained in:
parent
6a9ad740c7
commit
0e1c0b8204
@ -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 }
|
||||||
};
|
};
|
||||||
/* }}} */
|
/* }}} */
|
||||||
|
Reference in New Issue
Block a user