projects
/
awesomized
/
libmemcached
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
6ea993a
)
dump: memcached returns the right error by now
author
Michael Wallner
<mike@php.net>
Mon, 6 Jan 2020 12:29:45 +0000
(13:29 +0100)
committer
Michael Wallner
<mike@php.net>
Mon, 6 Jan 2020 12:45:01 +0000
(13:45 +0100)
libmemcached/dump.cc
patch
|
blob
|
history
diff --git
a/libmemcached/dump.cc
b/libmemcached/dump.cc
index 8ddb2eef859e7a442273510c74457f3f6c3b8037..fcb66604e41eb072089842b9345ab07d97074a63 100644
(file)
--- a/
libmemcached/dump.cc
+++ b/
libmemcached/dump.cc
@@
-114,7
+114,7
@@
static memcached_return_t ascii_dump(Memcached *memc, memcached_dump_fn *callbac
{
// All items have been returned
}
- else if (response_rc == MEMCACHED_SERVER_ERROR
or response_rc == MEMCACHED_CLIENT_ERROR or response_rc == MEMCACHED_ERROR
)
+ else if (response_rc == MEMCACHED_SERVER_ERROR)
{
/* If we try to request stats cachedump for a slab class that is too big
* the server will return an incorrect error message: