dump: memcached returns the right error by now
authorMichael Wallner <mike@php.net>
Mon, 6 Jan 2020 12:29:45 +0000 (13:29 +0100)
committerMichael Wallner <mike@php.net>
Mon, 6 Jan 2020 12:45:01 +0000 (13:45 +0100)
libmemcached/dump.cc

index 8ddb2eef859e7a442273510c74457f3f6c3b8037..fcb66604e41eb072089842b9345ab07d97074a63 100644 (file)
@@ -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: