Binary compatibility report for the mongoDB library  between 1.5.2 and 1.5.3 versions on x86

Test Info


Library NamemongoDB
Version #11.5.2
Version #21.5.3
CPU Architecturex86
GCC Version4.5

Test Results


Total Header Files1
Total Shared Libraries1
Total Symbols / Types385 / 302
VerdictIncompatible
(10.91%)

Problem Summary


SeverityCount
Added Symbols-13
Removed SymbolsHigh6
Problems with
Data Types
High7
Medium0
Low4
Problems with
Symbols
High2
Medium0
Low0
Problems with
Constants
Low0
Other Changes-1

Added Symbols (13)


dbclient.h, libmongoclient.so
namespace mongo
DBClientConnection::killCursor long long cursorID )
DBClientConnection::query ( boost::function<void(BSONObj const&)> f, std::string const& ns, Query query, BSONObj const* fieldsToReturn )
DBClientConnection::recv Message& m )
DBClientPaired::killCursor long long cursorID )
DBClientWithCommands::createCollection ( std::string const& ns, long long size, bool capped, int max, BSONObj* info )
DBClientWithCommands::getLastErrorString BSONObj const& res ) [static]
DBConnector::recv Message& m )

json.h, libmongoclient.so
namespace mongo
fromjson char const* str, int* len )

lasterror.h, libmongoclient.so
namespace mongo
LastErrorHolder::disconnect int clientId )
raiseError int code, char const* msg )

message.h, libmongoclient.so
namespace mongo
AbstractMessagingPort::getClientId ( )

mutex.h, libmongoclient.so
namespace mongo
MutexDebugger::MutexDebugger [in-charge] ( )
MutexDebugger::MutexDebugger [not-in-charge] ( )

to the top

Removed Symbols (6)


dbclient.h, libmongoclient.so
namespace mongo
DBClientWithCommands::createCollection ( std::string const& ns, unsigned int size, bool capped, int max, BSONObj* info )

json.h, libmongoclient.so
namespace mongo
fromjson char const* str )

sp_counted_impl.hpp, libmongoclient.so
namespace boost::detail
sp_counted_impl_pd<boost::thread_specific_ptr<std::set<char const*> >::delete_data*,do_heap_delete<boost::thread_specific_ptr<std::set<char const*> >::delete_data> >::dispose ( )
sp_counted_impl_pd<boost::thread_specific_ptr<std::set<char const*> >::delete_data*,do_heap_delete<boost::thread_specific_ptr<std::set<char const*> >::delete_data> >::get_deleter sp_typeinfo const& ti )
sp_counted_impl_pd<boost::thread_specific_ptr<std::set<char const*> >::delete_data*,do_heap_delete<boost::thread_specific_ptr<std::set<char const*> >::delete_data> >::~sp_counted_impl_pd [in-charge-deleting] ( )
sp_counted_impl_pd<boost::thread_specific_ptr<std::set<char const*> >::delete_data*,do_heap_delete<boost::thread_specific_ptr<std::set<char const*> >::delete_data> >::~sp_counted_impl_pd [in-charge] ( )

to the top

Problems with Data Types, High Severity (7)


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

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

message.h
namespace mongo
[+] class AbstractMessagingPort (1)

mutex.h
namespace mongo
[+] class MutexDebugger (1)

to the top

Problems with Symbols, High Severity (2)


dbclient.h, libmongoclient.so
namespace mongo
[+] DBClientWithCommands::createCollection ( std::string const& ns, unsigned int size, bool capped, int max, BSONObj* info ) (1)

json.h, libmongoclient.so
namespace mongo
[+] fromjson char const* str ) (1)

to the top

Problems with Data Types, Low Severity (4)


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

mutex.h
namespace mongo
[+] class MutexDebugger (3)

to the top

Other Changes in Data Types (1)


pch.h
namespace mongo
[+] enum ExitCode (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:02:57 2011 for mongoDB by ABI Compliance Checker 1.94.6  
A tool for checking backward binary compatibility of a shared C/C++ library API