* Added memcached_servers_reset().
+ * Modified memcached_st to remove dead cursor_server member.
+
0.36 Wed Jan 6 18:23:50 PST 2010
* Merged in new memslap utility.
* All of constants.h has been updated to match style (all old identifiers
return MEMCACHED_NOT_SUPPORTED;
LIBMEMCACHED_MEMCACHED_MGET_START();
- ptr->cursor_server= 0;
if (number_of_keys == 0)
return MEMCACHED_NOTFOUND;
ptr->hosts= NULL;
ptr->number_of_hosts= 0;
- ptr->cursor_server= 0;
ptr->last_disconnected_server= NULL;
ptr->server_failure_limit= 0;
}
uint32_t io_bytes_watermark;
uint32_t io_key_prefetch;
uint32_t number_of_hosts;
- uint32_t cursor_server;
int cached_errno;
struct {
bool auto_eject_hosts:1;