Binary compatibility report for the mongoDB library  between 1.3.2 and 1.3.3 versions on x86

Test Info


Library NamemongoDB
Version #11.3.2
Version #21.3.3
CPU Architecturex86
GCC Version4.5

Test Results


Total Header Files1
Total Shared Libraries1
Total Symbols / Types345 / 243
VerdictIncompatible
(5.36%)

Problem Summary


SeverityCount
Added Symbols-12
Removed SymbolsHigh3
Problems with
Data Types
High2
Medium1
Low4
Problems with
Symbols
High3
Medium0
Low0
Problems with
Constants
Low0
Other Changes-0

Added Symbols (12)


assert_util.h, libmongoclient.so
namespace mongo
assertionCount [data]
AssertionCount::AssertionCount [in-charge] ( )
AssertionCount::AssertionCount [not-in-charge] ( )
AssertionCount::condrollover int newValue )
AssertionCount::rollover ( )

dbclient.h, libmongoclient.so
namespace mongo
createDirectClient ( )
DBClientBase::query ( std::string const& ns, Query query, int nToReturn, int nToSkip, BSONObj const* fieldsToReturn, int queryOptions, int batchSize )
DBClientPaired::query ( std::string const& ns, Query query, int nToReturn, int nToSkip, BSONObj const* fieldsToReturn, int queryOptions, int batchSize )

goodies.h, libmongoclient.so
namespace mongo
operator<< ( std::ostream& s, ThreadSafeString const& o )

jsobj.h, libmongoclient.so
namespace mongo
BSONObjBuilder::appendKeys ( BSONObj const& keyPattern, BSONObj const& values )

message.h, libmongoclient.so
namespace mongo
MessagingPort::recv char* data, int max )
MessagingPort::send ( char const* data, int const len )

to the top

Removed Symbols (3)


dbclient.h, libmongoclient.so
namespace mongo
DBClientBase::query ( std::string const& ns, Query query, int nToReturn, int nToSkip, BSONObj const* fieldsToReturn, int queryOptions )
DBClientPaired::query ( std::string const& ns, Query query, int nToReturn, int nToSkip, BSONObj const* fieldsToReturn, int queryOptions )

jsobj.h, libmongoclient.so
namespace mongo
operator<< ( BSONObjBuilder& b, IDLabeler& id )

to the top

Problems with Data Types, High Severity (2)


dbclient.h
namespace mongo
[+] class DBClientCursor (1)

jsobj.h
namespace mongo
[+] class BSONObjBuilder (1)

to the top

Problems with Symbols, High Severity (3)


dbclient.h, libmongoclient.so
namespace mongo
[+] DBClientBase::query ( std::string const& ns, Query query, int nToReturn, int nToSkip, BSONObj const* fieldsToReturn, int queryOptions ) (1)
[+] DBClientPaired::query ( std::string const& ns, Query query, int nToReturn, int nToSkip, BSONObj const* fieldsToReturn, int queryOptions ) (1)

jsobj.h, libmongoclient.so
namespace mongo
[+] operator<< ( BSONObjBuilder& b, IDLabeler& id ) (1)

to the top

Problems with Data Types, Medium Severity (1)


dbclient.h
namespace mongo
[+] class DBClientInterface (1)

to the top

Problems with Data Types, Low Severity (4)


dbclient.h
namespace mongo
[+] class DBClientCursor (3)

jsobj.h
namespace mongo
[+] class BSONObjBuilder (1)

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:17:38 2011 for mongoDB by ABI Compliance Checker 1.94.6  
A tool for checking backward binary compatibility of a shared C/C++ library API