Binary compatibility report for the mongoDB library  between 1.5.4 and 1.5.5 versions on x86

Test Info


Library NamemongoDB
Version #11.5.4
Version #21.5.5
CPU Architecturex86
GCC Version4.5

Test Results


Total Header Files1
Total Shared Libraries1
Total Symbols / Types430 / 331
VerdictIncompatible
(19.42%)

Problem Summary


SeverityCount
Added Symbols-6
Removed SymbolsHigh2
Problems with
Data Types
High4
Medium3
Low6
Problems with
Symbols
High1
Medium1
Low0
Problems with
Constants
Low0
Other Changes-0

Added Symbols (6)


dbclient.h, libmongoclient.so
namespace mongo
DBClientConnection::query ( boost::function<void(BSONObj const&)> f, std::string const& ns, Query query, BSONObj const* fieldsToReturn, int queryOptions )
DBClientConnection::query ( boost::function<void(DBClientCursorBatchIterator&)> f, std::string const& ns, Query query, BSONObj const* fieldsToReturn, int queryOptions )
DBClientWithCommands::availableOptions ( )

dbclientcursor.h, libmongoclient.so
namespace mongo
DBClientCursor::peek ( std::vector<BSONObj>& p1, int atMost )

message.h, libmongoclient.so
namespace mongo
connTicketHolder [data]

sock.h, libmongoclient.so
namespace mongo
getHostNameCached ( )

to the top

Removed Symbols (2)


bsonobj.h, libmongoclient.so
namespace mongo
BSONObj::extractFieldsDotted BSONObj pattern ) const

dbclient.h, libmongoclient.so
namespace mongo
DBClientConnection::query ( boost::function<void(BSONObj const&)> f, std::string const& ns, Query query, BSONObj const* fieldsToReturn )

to the top

Problems with Data Types, High Severity (4)


dbclient.h
namespace mongo
[+] class DBClientBase (1)
[+] class DBClientConnection (1)
[+] class DBClientPaired (1)
[+] class DBClientWithCommands (1)

to the top

Problems with Symbols, High Severity (1)


dbclient.h, libmongoclient.so
namespace mongo
[+] DBClientConnection::query ( boost::function<void(BSONObj const&)> f, std::string const& ns, Query query, BSONObj const* fieldsToReturn ) (1)

to the top

Problems with Data Types, Medium Severity (3)


dbclient.h
namespace mongo
[+] class DBClientBase (1)
[+] class DBClientConnection (1)
[+] class DBClientPaired (1)

to the top

Problems with Symbols, Medium Severity (1)


cmdline.h, libmongoclient.so
namespace mongo
[+] cmdLine [data] (1)

to the top

Problems with Data Types, Low Severity (6)


cmdline.h
namespace mongo
[+] class CmdLine (2)

dbclient.h
namespace mongo
[+] class DBClientPaired (2)
[+] class DBClientWithCommands (2)

to the top

Header Files (1)


dbclient.h

to the top

Shared Libraries (1)


libmongoclient.so

to the top




Generated on Mon Oct 3 22:00:34 2011 for mongoDB by ABI Compliance Checker 1.94.6  
A tool for checking backward binary compatibility of a shared C/C++ library API