Binary compatibility report for the MySQL ODB library  between 1.6.0 and 1.7.0 versions on x86

Test Info


Library NameMySQL ODB
Version #11.6.0
Version #21.7.0
CPU Typex86
GCC Version4.6.1

Test Results


Total Header Files29
Total Shared Libraries1
Total Symbols / Types229 / 247
VerdictIncompatible
(38.4%)

Problem Summary


SeverityCount
Added Symbols-24
Removed SymbolsHigh5
Problems with
Data Types
High9
Medium4
Low5
Problems with
Symbols
High5
Medium0
Low19
Problems with
Constants
Low0

Added Symbols (24)


statement.hxx, libodb-mysql-1.7.so
namespace odb::mysql
delete_statement::delete_statement [in-charge] ( connection& conn, char const* text, binding& param, bool copy_text )
delete_statement::delete_statement [not-in-charge] ( connection& conn, char const* text, binding& param, bool copy_text )
insert_statement::insert_statement [in-charge] ( connection& conn, char const* text, binding& param, bool copy_text )
insert_statement::insert_statement [not-in-charge] ( connection& conn, char const* text, binding& param, bool copy_text )
select_statement::fetch bool next )
select_statement::select_statement [in-charge] ( connection& conn, char const* text, binding& param, binding& result, bool copy_text )
select_statement::select_statement [in-charge] ( connection& conn, char const* text, binding& result, bool copy_text )
select_statement::select_statement [not-in-charge] ( connection& conn, char const* text, binding& param, binding& result, bool copy_text )
select_statement::select_statement [not-in-charge] ( connection& conn, char const* text, binding& result, bool copy_text )
statement::statement [in-charge] ( connection& p1, char const* text, bool copy_text )
statement::statement [in-charge] ( connection& p1, std::string const& text )
statement::statement [not-in-charge] ( connection& p1, char const* text, bool copy_text )
statement::statement [not-in-charge] ( connection& p1, std::string const& text )
statement::text ( ) const
update_statement::update_statement [in-charge] ( connection& conn, char const* text, binding& param, bool copy_text )
update_statement::update_statement [in-charge] ( connection& conn, std::string const& text, binding& param )
update_statement::update_statement [not-in-charge] ( connection& conn, char const* text, binding& param, bool copy_text )
update_statement::update_statement [not-in-charge] ( connection& conn, std::string const& text, binding& param )

tracer.hxx, libodb-mysql-1.7.so
namespace odb::mysql
tracer::deallocate ( connection& p1, statement const& p2 )
tracer::execute ( connection& p1, statement const& p2 )
tracer::prepare ( connection& p1, statement const& p2 )
tracer::~tracer [in-charge-deleting] ( )
tracer::~tracer [in-charge] ( )
tracer::~tracer [not-in-charge] ( )

to the top

Removed Symbols (5)


statement.hxx, libodb-mysql-1.6.so
namespace odb::mysql
select_statement::fetch ( )
statement::statement [in-charge] connection& p1 )
statement::statement [not-in-charge] connection& p1 )
update_statement::update_statement [in-charge] ( connection& conn, std::string const& statement, binding& cond, binding& data )
update_statement::update_statement [not-in-charge] ( connection& conn, std::string const& statement, binding& cond, binding& data )

to the top

Problems with Data Types, High Severity (9)


connection-factory.hxx
namespace odb::mysql
[+] class connection_pool_factory::pooled_connection (1)

connection.hxx
namespace odb::mysql
[+] class connection (1)

database.hxx
namespace odb::mysql
[+] class database (1)

statement.hxx
namespace odb::mysql
[+] class delete_statement (1)
[+] class insert_statement (1)
[+] class select_statement (1)
[+] class statement (3)

to the top

Problems with Symbols, High Severity (5)


statement.hxx, libodb-mysql-1.6.so
namespace odb::mysql
[+] select_statement::fetch ( ) (1)
[+] statement::statement [not-in-charge] connection& p1 ) (1)
[+] statement::statement [in-charge] connection& p1 ) (1)
[+] update_statement::update_statement [not-in-charge] ( connection& conn, std::string const& statement, binding& cond, binding& data ) (1)
[+] update_statement::update_statement [in-charge] ( connection& conn, std::string const& statement, binding& cond, binding& data ) (1)

to the top

Problems with Data Types, Medium Severity (4)


statement.hxx
namespace odb::mysql
[+] class statement (3)

statements-base.hxx
namespace odb::mysql
[+] class statements_base (1)

to the top

Problems with Data Types, Low Severity (5)


connection.hxx
namespace odb
[+] class connection (4)

connection.hxx
namespace odb::mysql
[+] class connection (1)

to the top

Problems with Symbols, Low Severity (19)


statement.hxx, libodb-mysql-1.6.so
namespace odb::mysql
[+] delete_statement::delete_statement [in-charge] ( connection& conn, std::string const& statement, binding& cond ) (2)
[+] delete_statement::delete_statement [not-in-charge] ( connection& conn, std::string const& statement, binding& cond ) (2)
[+] insert_statement::insert_statement [in-charge] ( connection& conn, std::string const& statement, binding& data ) (2)
[+] insert_statement::insert_statement [not-in-charge] ( connection& conn, std::string const& statement, binding& data ) (2)
[+] select_statement::select_statement [in-charge] ( connection& conn, std::string const& statement, binding& data ) (2)
[+] select_statement::select_statement [not-in-charge] ( connection& conn, std::string const& statement, binding& data ) (2)
[+] select_statement::select_statement [in-charge] ( connection& conn, std::string const& statement, binding& cond, binding& data ) (3)
[+] select_statement::select_statement [not-in-charge] ( connection& conn, std::string const& statement, binding& cond, binding& data ) (3)
[+] update_statement::execute ( ) (1)

to the top

Header Files (29)


auto-handle.hxx
binding.hxx
config.h
config.hxx
connection-factory.hxx
connection.hxx
container-statements.hxx
database.hxx
enum.hxx
error.hxx
exceptions.hxx
export.hxx
forward.hxx
mysql-types.hxx
mysql.hxx
object-result.hxx
object-statements.hxx
options.hxx
query.hxx
result.hxx
statement-cache.hxx
statement.hxx
statements-base.hxx
traits.hxx
transaction-impl.hxx
transaction.hxx
version.hxx
view-result.hxx
view-statements.hxx

to the top

Shared Libraries (1)


libodb-mysql-1.6.so

to the top




Generated on Fri Dec 6 14:59:22 2013 for MySQL ODB by ABI Compliance Checker 1.99.8.4  
A tool for checking backward compatibility of a C/C++ library API