fix wrong type of memcached_instance_st::server_timeout_counter_query_id
authorMichael Wallner <mike@php.net>
Fri, 10 Jan 2020 13:59:12 +0000 (14:59 +0100)
committerMichael Wallner <mike@php.net>
Fri, 10 Jan 2020 13:59:12 +0000 (14:59 +0100)
configure.ac
libmemcached/instance.hpp

index 49dc5953405cc00e40ef3bfafbb2a633f3b3e4a9..e4b57e5d6aa17c7ba7017a7af7efb2d24570082d 100644 (file)
@@ -33,7 +33,7 @@ AC_CONFIG_SRCDIR([libmemcached/memcached.cc])
 #shared library versioning
 MEMCACHED_UTIL_LIBRARY_VERSION=2:0:0
 MEMCACHED_PROTOCAL_LIBRARY_VERSION=0:0:0
-MEMCACHED_LIBRARY_VERSION=11:0:0
+MEMCACHED_LIBRARY_VERSION=12:0:0
 #                         | | |
 #                  +------+ | +---+
 #                  |        |     |
index 73d74a66c43dfe7ca4dd87b048b74df94b8b10b9..4db3c7f801189eb8c1c6f36376533f3cfd44f913 100644 (file)
@@ -149,7 +149,7 @@ struct memcached_instance_st {
   uint32_t server_failure_counter;
   uint64_t server_failure_counter_query_id;
   uint32_t server_timeout_counter;
-  uint32_t server_timeout_counter_query_id;
+  uint64_t server_timeout_counter_query_id;
   uint32_t weight;
   uint32_t version;
   enum memcached_server_state_t state;