Binary compatibility report for the mongoDB library between 1.5.8 and 1.6.0 versions on x86
Test Info
Library Name | mongoDB |
Version #1 | 1.5.8 |
Version #2 | 1.6.0 |
CPU Architecture | x86 |
GCC Version | 4.5 |
Test Results
Total Header Files | 1 |
Total Shared Libraries | 2 |
Total Symbols / Types | 445 / 346 |
Verdict | Incompatible (0.90%) |
---|
Problem Summary
| Severity | Count |
---|
Added Symbols | - | 1 |
Removed Symbols | High | 2 |
Problems with Data Types | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Symbols | High | 2 |
Medium | 0 |
Low | 0 |
Problems with Constants | Low | 0 |
Other Changes | - | 0 |
Added Symbols (1)
dbclientcursor.h,
libmongoshellfiles.so
namespace mongo
DBClientCursor::attach ( AScopedConnection* conn )
[ symbol: _ZN5mongo14DBClientCursor6attachEPNS_17AScopedConnectionE ]
to the top
Removed Symbols (2)
dbclientcursor.h,
libmongoshellfiles.so
namespace mongo
DBClientCursor::attach ( ScopedDbConnection* conn )
[ symbol: _ZN5mongo14DBClientCursor6attachEPNS_18ScopedDbConnectionE ]
DBClientCursor::attach ( ShardConnection* conn )
[ symbol: _ZN5mongo14DBClientCursor6attachEPNS_15ShardConnectionE ]
to the top
Problems with Symbols, High Severity (2)
dbclientcursor.h,
libmongoshellfiles.so
namespace mongo
[+] DBClientCursor::attach ( ScopedDbConnection* conn ) (1)
changed to:DBClientCursor::attach ( AScopedConnection* conn )
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN5mongo14DBClientCursor6attachEPNS_18ScopedDbConnectionE to _ZN5mongo14DBClientCursor6attachEPNS_17AScopedConnectionE. This may cause "undefined reference" linker error in old client applications. |
[+] DBClientCursor::attach ( ShardConnection* conn ) (1)
changed to:DBClientCursor::attach ( AScopedConnection* conn )
| Change | Effect |
---|
1 | Parameters list has been changed. | The name of the appropriate symbol for this function on binary level has been changed from _ZN5mongo14DBClientCursor6attachEPNS_15ShardConnectionE to _ZN5mongo14DBClientCursor6attachEPNS_17AScopedConnectionE. This may cause "undefined reference" linker error in old client applications. |
to the top
Header Files (1)
dbclient.h
to the top
Shared Libraries (2)
libmongoclient.so
libmongoshellfiles.so
to the top