Binary compatibility report for the libmemcached library  between 0.34 and 0.35 versions on x86

Test Info


Library Namelibmemcached
Version #10.34
Version #20.35
CPU Typex86
GCC Version4.6.1

Test Results


Total Header Files16
Total Shared Libraries3
Total Symbols / Types104 / 105
VerdictIncompatible
(1%)

Problem Summary


SeverityCount
Added Symbols-6
Removed SymbolsHigh0
Problems with
Data Types
High0
Medium1
Low4
Problems with
Symbols
High0
Medium0
Low4
Problems with
Constants
Low0
Other Changes
in Data Types
-2
Other Changes
in Constants
-2

Added Symbols (6)


memcached.h, libmemcached.so.3.0.0
memcached_decrement_by_key ( memcached_st* ptr, char const* master_key, size_t master_key_length, char const* key, size_t key_length, uint64_t offset, uint64_t* value ) @@ libmemcached_3
memcached_decrement_with_initial_by_key ( memcached_st* ptr, char const* master_key, size_t master_key_length, char const* key, size_t key_length, uint64_t offset, uint64_t initial, time_t expiration, uint64_t* value ) @@ libmemcached_3
memcached_increment_by_key ( memcached_st* ptr, char const* master_key, size_t master_key_length, char const* key, size_t key_length, uint64_t offset, uint64_t* value ) @@ libmemcached_3
memcached_increment_with_initial_by_key ( memcached_st* ptr, char const* master_key, size_t master_key_length, char const* key, size_t key_length, uint64_t offset, uint64_t initial, time_t expiration, uint64_t* value ) @@ libmemcached_3

memcached_get.h, libmemcached.so.3.0.0
memcached_mget_execute ( memcached_st* ptr, char const*const* keys, size_t const* key_length, size_t number_of_keys, memcached_execute_function* callback, void* context, unsigned int number_of_callbacks ) @@ libmemcached_3
memcached_mget_execute_by_key ( memcached_st* ptr, char const* master_key, size_t master_key_length, char const*const* keys, size_t const* key_length, size_t number_of_keys, memcached_execute_function* callback, void* context, unsigned int number_of_callbacks ) @@ libmemcached_3

to the top

Problems with Data Types, Medium Severity (1)


callback.h
[+] struct memcached_binary_protocol_callback_st (1)

to the top

Problems with Data Types, Low Severity (4)


callback.h
[+] struct memcached_binary_protocol_callback_st (1)

memcached.h
[+] struct memcached_st (2)

memcached_constants.h
[+] enum memcached_return (1)

to the top

Problems with Symbols, Low Severity (4)


memcached_get.h, libmemcached.so.3.0.0
[+] memcached_mget ( memcached_st* ptr, char const** keys, size_t* key_length, size_t number_of_keys ) @@ libmemcached_3 (2)
[+] memcached_mget_by_key ( memcached_st* ptr, char const* master_key, size_t master_key_length, char const** keys, size_t* key_length, size_t number_of_keys ) @@ libmemcached_3 (2)

to the top

Other Changes in Data Types (2)


memcached_constants.h
[+] enum memcached_behavior (1)
[+] enum memcached_return (1)

to the top

Other Changes in Constants (2)


memcached_constants.h
[+] MEMCACHED_KETAMA_COMPAT_LIBMEMCACHED
[+] MEMCACHED_KETAMA_COMPAT_SPY

to the top

Header Files (16)


cache.h
callback.h
memcached.h
memcached_configure.h
memcached_constants.h
memcached_get.h
memcached_pool.h
memcached_result.h
memcached_server.h
memcached_storage.h
memcached_string.h
memcached_types.h
memcached_util.h
memcached_watchpoint.h
protocol_handler.h
visibility.h

to the top

Shared Libraries (3)


libmemcached.so.3.0.0
libmemcachedprotocol.so.0.0.0
libmemcachedutil.so.0.0.0

to the top




Generated on Tue Nov 26 11:13:30 2013 for libmemcached by ABI Compliance Checker 1.99.8.4  
A tool for checking backward compatibility of a C/C++ library API