Binary compatibility report for the mongoDB library between 2.0.1 and 2.0.2 versions on x86
Test Info
Library Name | mongoDB |
Version #1 | 2.0.1 |
Version #2 | 2.0.2 |
CPU Architecture | x86 |
GCC Version | 4.6.1 |
Test Results
Total Header Files | 1 |
Total Shared Libraries | 2 |
Total Symbols / Types | 551 / 460 |
Verdict | Compatible |
---|
Problem Summary
| Severity | Count |
---|
Added Symbols | - | 2 |
Removed Symbols | High | 0 |
Problems with Data Types | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Symbols | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Constants | Low | 0 |
Other Changes | - | 0 |
Added Symbols (2)
dbclient.h,
libmongoshellfiles.so
namespace mongo
DBClientConnection::runCommand ( std::string const& dbname, BSONObj const& cmd, BSONObj& info, int options )
[ symbol: _ZN5mongo18DBClientConnection10runCommandERKSsRKNS_7BSONObjERS3_i ]
DBClientWithCommands::isNotMasterErrorString ( BSONElement const& e )
[ symbol: _ZN5mongo20DBClientWithCommands22isNotMasterErrorStringERKNS_11BSONElementE ]
to the top
Header Files (1)
dbclient.h
to the top
Shared Libraries (2)
libmongoshellfiles.so
libmongotestfiles.so
to the top