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

Test Info


Library NamemongoDB
Version #11.5.5
Version #21.5.6
CPU Architecturex86
GCC Version4.5

Test Results


Total Header Files1
Total Shared Libraries1
Total Symbols / Types431 / 331
VerdictIncompatible
(18.33%)

Problem Summary


SeverityCount
Added Symbols-7
Removed SymbolsHigh6
Problems with
Data Types
High5
Medium4
Low2
Problems with
Symbols
High6
Medium1
Low0
Problems with
Constants
Low0
Other Changes-0

Added Symbols (7)


bsonobj.h, libmongoclient.so
namespace mongo
BSONObj::getFieldsDotted ( StringData const& name, BSONElementSet& ret ) const

bsonobjbuilder.h, libmongoclient.so
namespace mongo
BSONObjBuilder::appendAsNumber ( StringData const& fieldName, std::string const& data )
BSONObjBuilder::appendMaxForType ( StringData const& fieldName, int type )
BSONObjBuilder::appendMinForType ( StringData const& fieldName, int type )

dbclient.h, libmongoclient.so
namespace mongo
DBClientInterface::findOne ( std::string const& ns, Query const& query, BSONObj const* fieldsToReturn, int queryOptions )
DBClientPaired::callRead ( Message& toSend, Message& response )
DBClientPaired::findOne ( std::string const& ns, Query const& query, BSONObj const* fieldsToReturn, int queryOptions )

to the top

Removed Symbols (6)


bsonobj.h, libmongoclient.so
namespace mongo
BSONObj::getFieldsDotted ( char const* name, BSONElementSet& ret ) const

bsonobjbuilder.h, libmongoclient.so
namespace mongo
BSONObjBuilder::appendAsNumber ( std::string const& fieldName, std::string const& data )
BSONObjBuilder::appendMaxForType ( std::string const& field, int type )
BSONObjBuilder::appendMinForType ( std::string const& field, int type )

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

to the top

Problems with Data Types, High Severity (5)


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

lasterror.h
namespace mongo
[+] class LastError (1)

log.h
namespace mongo
[+] class Nullstream (1)

to the top

Problems with Symbols, High Severity (6)


bsonobj.h, libmongoclient.so
namespace mongo
[+] BSONObj::getFieldsDotted ( char const* name, BSONElementSet& ret ) const (1)

bsonobjbuilder.h, libmongoclient.so
namespace mongo
[+] BSONObjBuilder::appendAsNumber ( std::string const& fieldName, std::string const& data ) (1)
[+] BSONObjBuilder::appendMaxForType ( std::string const& field, int type ) (1)
[+] BSONObjBuilder::appendMinForType ( std::string const& field, int type ) (1)

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

to the top

Problems with Data Types, Medium Severity (4)


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

lasterror.h
namespace mongo
[+] class LastError (1)

log.h
namespace mongo
[+] class Logstream (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 (2)


cmdline.h
namespace mongo
[+] class CmdLine (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 21:59:23 2011 for mongoDB by ABI Compliance Checker 1.94.6  
A tool for checking backward binary compatibility of a shared C/C++ library API