Binary compatibility report for the kyotocabinet library between 0.5.19 and 0.9.18 versions on x86
Test Info
Library Name | kyotocabinet |
Version #1 | 0.5.19 |
Version #2 | 0.9.18 |
CPU Type | x86 |
GCC Version | 4.6.1 |
Test Results
Total Header Files | 12 |
Total Shared Libraries | 1 |
Total Symbols / Types | 241 / 95 |
Verdict | Incompatible (18.7%) |
Problem Summary
| Severity | Count |
---|
Added Symbols | - | 287 |
Removed Symbols | High | 0 |
Problems with Data Types | High | 12 |
Medium | 1 |
Low | 2 |
Problems with Symbols | High | 0 |
Medium | 1 |
Low | 0 |
Problems with Constants | Low | 0 |
Other Changes in Symbols | - | 2 |
Added Symbols (287)
kccachedb.h,
libkyotocabinet.so.2.21.0
namespace kyotocabinet
CacheDB::accept ( char const* kbuf, size_t ksiz, DB::Visitor* visitor, bool writable )
[symbol: _ZN12kyotocabinet7CacheDB6acceptEPKcjPNS_2DB7VisitorEb]
CacheDB::begin_transaction ( bool hard )
[symbol: _ZN12kyotocabinet7CacheDB17begin_transactionEb]
CacheDB::begin_transaction_try ( bool hard )
[symbol: _ZN12kyotocabinet7CacheDB21begin_transaction_tryEb]
CacheDB::cap_count ( int64_t count )
[symbol: _ZN12kyotocabinet7CacheDB9cap_countEx]
CacheDB::cap_size ( int64_t size )
[symbol: _ZN12kyotocabinet7CacheDB8cap_sizeEx]
CacheDB::clear ( )
[symbol: _ZN12kyotocabinet7CacheDB5clearEv]
CacheDB::close ( )
[symbol: _ZN12kyotocabinet7CacheDB5closeEv]
CacheDB::count ( )
[symbol: _ZN12kyotocabinet7CacheDB5countEv]
CacheDB::cursor ( )
[symbol: _ZN12kyotocabinet7CacheDB6cursorEv]
CacheDB::Cursor::accept ( DB::Visitor* visitor, bool writable, bool step )
[symbol: _ZN12kyotocabinet7CacheDB6Cursor6acceptEPNS_2DB7VisitorEbb]
CacheDB::Cursor::db ( )
[symbol: _ZN12kyotocabinet7CacheDB6Cursor2dbEv]
CacheDB::Cursor::jump ( )
[symbol: _ZN12kyotocabinet7CacheDB6Cursor4jumpEv]
CacheDB::Cursor::jump ( char const* kbuf, size_t ksiz )
[symbol: _ZN12kyotocabinet7CacheDB6Cursor4jumpEPKcj]
CacheDB::Cursor::jump ( std::string const& key )
[symbol: _ZN12kyotocabinet7CacheDB6Cursor4jumpERKSs]
CacheDB::Cursor::step ( )
[symbol: _ZN12kyotocabinet7CacheDB6Cursor4stepEv]
CacheDB::Cursor::~Cursor [in-charge-deleting] ( )
[symbol: _ZN12kyotocabinet7CacheDB6CursorD0Ev]
CacheDB::Cursor::~Cursor [in-charge] ( )
[symbol: _ZN12kyotocabinet7CacheDB6CursorD1Ev]
CacheDB::end_transaction ( bool commit )
[symbol: _ZN12kyotocabinet7CacheDB15end_transactionEb]
CacheDB::error ( ) const
[symbol: _ZNK12kyotocabinet7CacheDB5errorEv]
CacheDB::iterate ( DB::Visitor* visitor, bool writable )
[symbol: _ZN12kyotocabinet7CacheDB7iterateEPNS_2DB7VisitorEb]
CacheDB::open ( std::string const& path, uint32_t mode )
[symbol: _ZN12kyotocabinet7CacheDB4openERKSsj]
CacheDB::path ( )
[symbol: _ZN12kyotocabinet7CacheDB4pathEv]
CacheDB::set_error ( FileDB::Error::Code code, char const* message )
[symbol: _ZN12kyotocabinet7CacheDB9set_errorENS_6FileDB5Error4CodeEPKc]
CacheDB::size ( )
[symbol: _ZN12kyotocabinet7CacheDB4sizeEv]
CacheDB::status ( std::map<std::string, std::basic_string<char> >* strmap )
[symbol: _ZN12kyotocabinet7CacheDB6statusEPSt3mapISsSsSt4lessISsESaISt4pairIKSsSsEEE]
CacheDB::synchronize ( bool hard, FileDB::FileProcessor* proc )
[symbol: _ZN12kyotocabinet7CacheDB11synchronizeEbPNS_6FileDB13FileProcessorE]
CacheDB::tune_buckets ( int64_t bnum )
[symbol: _ZN12kyotocabinet7CacheDB12tune_bucketsEx]
CacheDB::~CacheDB [in-charge-deleting] ( )
[symbol: _ZN12kyotocabinet7CacheDBD0Ev]
CacheDB::~CacheDB [in-charge] ( )
[symbol: _ZN12kyotocabinet7CacheDBD1Ev]
kcdb.h,
libkyotocabinet.so.2.21.0
namespace kyotocabinet
DB::Cursor::~Cursor [in-charge-deleting] ( )
[symbol: _ZN12kyotocabinet2DB6CursorD0Ev]
DB::Cursor::~Cursor [in-charge] ( )
[symbol: _ZN12kyotocabinet2DB6CursorD1Ev]
DB::~DB [in-charge-deleting] ( )
[symbol: _ZN12kyotocabinet2DBD0Ev]
DB::~DB [in-charge] ( )
[symbol: _ZN12kyotocabinet2DBD1Ev]
FileDB::add ( char const* kbuf, size_t ksiz, char const* vbuf, size_t vsiz )
[symbol: _ZN12kyotocabinet6FileDB3addEPKcjS2_j]
FileDB::add ( std::string const& key, std::string const& value )
[symbol: _ZN12kyotocabinet6FileDB3addERKSsS2_]
FileDB::append ( char const* kbuf, size_t ksiz, char const* vbuf, size_t vsiz )
[symbol: _ZN12kyotocabinet6FileDB6appendEPKcjS2_j]
FileDB::append ( std::string const& key, std::string const& value )
[symbol: _ZN12kyotocabinet6FileDB6appendERKSsS2_]
FileDB::cas ( char const* kbuf, size_t ksiz, char const* ovbuf, size_t ovsiz, char const* nvbuf, size_t nvsiz )
[symbol: _ZN12kyotocabinet6FileDB3casEPKcjS2_jS2_j]
FileDB::cas ( std::string const& key, std::string const& ovalue, std::string const& nvalue )
[symbol: _ZN12kyotocabinet6FileDB3casERKSsS2_S2_]
FileDB::copy ( std::string const& dest )
[symbol: _ZN12kyotocabinet6FileDB4copyERKSs]
FileDB::Cursor::error ( )
[symbol: _ZN12kyotocabinet6FileDB6Cursor5errorEv]
FileDB::Cursor::get ( size_t* ksp, char const** vbp, size_t* vsp, bool step )
[symbol: _ZN12kyotocabinet6FileDB6Cursor3getEPjPPKcS2_b]
FileDB::Cursor::get_key ( bool step )
[symbol: _ZN12kyotocabinet6FileDB6Cursor7get_keyEb]
FileDB::Cursor::get_key ( size_t* sp, bool step )
[symbol: _ZN12kyotocabinet6FileDB6Cursor7get_keyEPjb]
FileDB::Cursor::get_pair ( bool step )
[symbol: _ZN12kyotocabinet6FileDB6Cursor8get_pairEb]
FileDB::Cursor::get_value ( bool step )
[symbol: _ZN12kyotocabinet6FileDB6Cursor9get_valueEb]
FileDB::Cursor::get_value ( size_t* sp, bool step )
[symbol: _ZN12kyotocabinet6FileDB6Cursor9get_valueEPjb]
FileDB::Cursor::remove ( )
[symbol: _ZN12kyotocabinet6FileDB6Cursor6removeEv]
FileDB::Cursor::set_value ( char const* vbuf, size_t vsiz, bool step )
[symbol: _ZN12kyotocabinet6FileDB6Cursor9set_valueEPKcjb]
FileDB::Cursor::set_value ( std::string const& value, bool step )
[symbol: _ZN12kyotocabinet6FileDB6Cursor9set_valueERKSsb]
FileDB::Cursor::~Cursor [in-charge-deleting] ( )
[symbol: _ZN12kyotocabinet6FileDB6CursorD0Ev]
FileDB::Cursor::~Cursor [in-charge] ( )
[symbol: _ZN12kyotocabinet6FileDB6CursorD1Ev]
FileDB::dump_snapshot ( std::ostream* dest )
[symbol: _ZN12kyotocabinet6FileDB13dump_snapshotEPSo]
FileDB::dump_snapshot ( std::string const& dest )
[symbol: _ZN12kyotocabinet6FileDB13dump_snapshotERKSs]
FileDB::get ( char const* kbuf, size_t ksiz, char* vbuf, size_t max )
[symbol: _ZN12kyotocabinet6FileDB3getEPKcjPcj]
FileDB::get ( char const* kbuf, size_t ksiz, size_t* sp )
[symbol: _ZN12kyotocabinet6FileDB3getEPKcjPj]
FileDB::get ( std::string const& key )
[symbol: _ZN12kyotocabinet6FileDB3getERKSs]
FileDB::increment ( char const* kbuf, size_t ksiz, double num )
[symbol: _ZN12kyotocabinet6FileDB9incrementEPKcjd]
FileDB::increment ( char const* kbuf, size_t ksiz, int64_t num )
[symbol: _ZN12kyotocabinet6FileDB9incrementEPKcjx]
FileDB::increment ( std::string const& key, double num )
[symbol: _ZN12kyotocabinet6FileDB9incrementERKSsd]
FileDB::increment ( std::string const& key, int64_t num )
[symbol: _ZN12kyotocabinet6FileDB9incrementERKSsx]
FileDB::load_snapshot ( std::istream* src )
[symbol: _ZN12kyotocabinet6FileDB13load_snapshotEPSi]
FileDB::load_snapshot ( std::string const& src )
[symbol: _ZN12kyotocabinet6FileDB13load_snapshotERKSs]
FileDB::remove ( char const* kbuf, size_t ksiz )
[symbol: _ZN12kyotocabinet6FileDB6removeEPKcj]
FileDB::remove ( std::string const& key )
[symbol: _ZN12kyotocabinet6FileDB6removeERKSs]
FileDB::set ( char const* kbuf, size_t ksiz, char const* vbuf, size_t vsiz )
[symbol: _ZN12kyotocabinet6FileDB3setEPKcjS2_j]
FileDB::set ( std::string const& key, std::string const& value )
[symbol: _ZN12kyotocabinet6FileDB3setERKSsS2_]
FileDB::~FileDB [in-charge-deleting] ( )
[symbol: _ZN12kyotocabinet6FileDBD0Ev]
FileDB::~FileDB [in-charge] ( )
[symbol: _ZN12kyotocabinet6FileDBD1Ev]
kcfile.h,
libkyotocabinet.so.2.21.0
namespace kyotocabinet
File::absolute_path ( std::string const& path ) [static]
[symbol: _ZN12kyotocabinet4File13absolute_pathERKSs]
File::get_current_directory ( ) [static]
[symbol: _ZN12kyotocabinet4File21get_current_directoryEv]
File::make_directory ( std::string const& path ) [static]
[symbol: _ZN12kyotocabinet4File14make_directoryERKSs]
File::read_directory ( std::string const& path, std::vector<std::string>* strvec ) [static]
[symbol: _ZN12kyotocabinet4File14read_directoryERKSsPSt6vectorISsSaISsEE]
File::recovered ( ) const
[symbol: _ZNK12kyotocabinet4File9recoveredEv]
File::remove_directory ( std::string const& path ) [static]
[symbol: _ZN12kyotocabinet4File16remove_directoryERKSs]
File::rename ( std::string const& opath, std::string const& npath ) [static]
[symbol: _ZN12kyotocabinet4File6renameERKSsS2_]
File::set_current_directory ( std::string const& path ) [static]
[symbol: _ZN12kyotocabinet4File21set_current_directoryERKSs]
kchashdb.h,
libkyotocabinet.so.2.21.0
namespace kyotocabinet
HashDB::accept ( char const* kbuf, size_t ksiz, DB::Visitor* visitor, bool writable )
[symbol: _ZN12kyotocabinet6HashDB6acceptEPKcjPNS_2DB7VisitorEb]
HashDB::apow ( )
[symbol: _ZN12kyotocabinet6HashDB4apowEv]
HashDB::begin_transaction ( bool hard )
[symbol: _ZN12kyotocabinet6HashDB17begin_transactionEb]
HashDB::begin_transaction_try ( bool hard )
[symbol: _ZN12kyotocabinet6HashDB21begin_transaction_tryEb]
HashDB::bnum ( )
[symbol: _ZN12kyotocabinet6HashDB4bnumEv]
HashDB::chksum ( )
[symbol: _ZN12kyotocabinet6HashDB6chksumEv]
HashDB::clear ( )
[symbol: _ZN12kyotocabinet6HashDB5clearEv]
HashDB::close ( )
[symbol: _ZN12kyotocabinet6HashDB5closeEv]
HashDB::comp ( )
[symbol: _ZN12kyotocabinet6HashDB4compEv]
HashDB::count ( )
[symbol: _ZN12kyotocabinet6HashDB5countEv]
HashDB::cursor ( )
[symbol: _ZN12kyotocabinet6HashDB6cursorEv]
HashDB::Cursor::accept ( DB::Visitor* visitor, bool writable, bool step )
[symbol: _ZN12kyotocabinet6HashDB6Cursor6acceptEPNS_2DB7VisitorEbb]
HashDB::Cursor::db ( )
[symbol: _ZN12kyotocabinet6HashDB6Cursor2dbEv]
HashDB::Cursor::jump ( )
[symbol: _ZN12kyotocabinet6HashDB6Cursor4jumpEv]
HashDB::Cursor::jump ( char const* kbuf, size_t ksiz )
[symbol: _ZN12kyotocabinet6HashDB6Cursor4jumpEPKcj]
HashDB::Cursor::jump ( std::string const& key )
[symbol: _ZN12kyotocabinet6HashDB6Cursor4jumpERKSs]
HashDB::Cursor::step ( )
[symbol: _ZN12kyotocabinet6HashDB6Cursor4stepEv]
HashDB::Cursor::~Cursor [in-charge-deleting] ( )
[symbol: _ZN12kyotocabinet6HashDB6CursorD0Ev]
HashDB::Cursor::~Cursor [in-charge] ( )
[symbol: _ZN12kyotocabinet6HashDB6CursorD1Ev]
HashDB::defrag ( int64_t step )
[symbol: _ZN12kyotocabinet6HashDB6defragEx]
HashDB::dfunit ( )
[symbol: _ZN12kyotocabinet6HashDB6dfunitEv]
HashDB::end_transaction ( bool commit )
[symbol: _ZN12kyotocabinet6HashDB15end_transactionEb]
HashDB::error ( ) const
[symbol: _ZNK12kyotocabinet6HashDB5errorEv]
HashDB::flags ( )
[symbol: _ZN12kyotocabinet6HashDB5flagsEv]
HashDB::fmtver ( )
[symbol: _ZN12kyotocabinet6HashDB6fmtverEv]
HashDB::fpow ( )
[symbol: _ZN12kyotocabinet6HashDB4fpowEv]
HashDB::iterate ( DB::Visitor* visitor, bool writable )
[symbol: _ZN12kyotocabinet6HashDB7iterateEPNS_2DB7VisitorEb]
HashDB::librev ( )
[symbol: _ZN12kyotocabinet6HashDB6librevEv]
HashDB::libver ( )
[symbol: _ZN12kyotocabinet6HashDB6libverEv]
HashDB::msiz ( )
[symbol: _ZN12kyotocabinet6HashDB4msizEv]
HashDB::opaque ( )
[symbol: _ZN12kyotocabinet6HashDB6opaqueEv]
HashDB::open ( std::string const& path, uint32_t mode )
[symbol: _ZN12kyotocabinet6HashDB4openERKSsj]
HashDB::opts ( )
[symbol: _ZN12kyotocabinet6HashDB4optsEv]
HashDB::path ( )
[symbol: _ZN12kyotocabinet6HashDB4pathEv]
HashDB::recovered ( )
[symbol: _ZN12kyotocabinet6HashDB9recoveredEv]
HashDB::reorganized ( )
[symbol: _ZN12kyotocabinet6HashDB11reorganizedEv]
HashDB::report ( char const* file, int32_t line, char const* type, char const* format, ... )
[symbol: _ZN12kyotocabinet6HashDB6reportEPKciS2_S2_z]
HashDB::report_binary ( char const* file, int32_t line, char const* type, char const* name, char const* buf, size_t size )
[symbol: _ZN12kyotocabinet6HashDB13report_binaryEPKciS2_S2_S2_j]
HashDB::set_error ( char const* file, int32_t line, FileDB::Error::Code code, char const* message )
[symbol: _ZN12kyotocabinet6HashDB9set_errorEPKciNS_6FileDB5Error4CodeES2_]
HashDB::set_error ( FileDB::Error::Code code, char const* message )
[symbol: _ZN12kyotocabinet6HashDB9set_errorENS_6FileDB5Error4CodeEPKc]
HashDB::size ( )
[symbol: _ZN12kyotocabinet6HashDB4sizeEv]
HashDB::status ( std::map<std::string, std::basic_string<char> >* strmap )
[symbol: _ZN12kyotocabinet6HashDB6statusEPSt3mapISsSsSt4lessISsESaISt4pairIKSsSsEEE]
HashDB::synchronize ( bool hard, FileDB::FileProcessor* proc )
[symbol: _ZN12kyotocabinet6HashDB11synchronizeEbPNS_6FileDB13FileProcessorE]
HashDB::synchronize_opaque ( )
[symbol: _ZN12kyotocabinet6HashDB18synchronize_opaqueEv]
HashDB::tune_alignment ( int8_t apow )
[symbol: _ZN12kyotocabinet6HashDB14tune_alignmentEa]
HashDB::tune_buckets ( int64_t bnum )
[symbol: _ZN12kyotocabinet6HashDB12tune_bucketsEx]
HashDB::tune_compressor ( Compressor* comp )
[symbol: _ZN12kyotocabinet6HashDB15tune_compressorEPNS_10CompressorE]
HashDB::tune_defrag ( int64_t dfunit )
[symbol: _ZN12kyotocabinet6HashDB11tune_defragEx]
HashDB::tune_error_reporter ( std::ostream* erstrm, bool ervbs )
[symbol: _ZN12kyotocabinet6HashDB19tune_error_reporterEPSob]
HashDB::tune_fbp ( int8_t fpow )
[symbol: _ZN12kyotocabinet6HashDB8tune_fbpEa]
HashDB::tune_map ( int64_t msiz )
[symbol: _ZN12kyotocabinet6HashDB8tune_mapEx]
HashDB::tune_options ( int8_t opts )
[symbol: _ZN12kyotocabinet6HashDB12tune_optionsEa]
HashDB::tune_type ( int8_t type )
[symbol: _ZN12kyotocabinet6HashDB9tune_typeEa]
HashDB::type ( )
[symbol: _ZN12kyotocabinet6HashDB4typeEv]
HashDB::~HashDB [in-charge-deleting] ( )
[symbol: _ZN12kyotocabinet6HashDBD0Ev]
HashDB::~HashDB [in-charge] ( )
[symbol: _ZN12kyotocabinet6HashDBD1Ev]
kclangc.h,
libkyotocabinet.so.2.21.0
kccuraccept ( KCCUR* cur, KCVISITFULL fullproc, void* opq, int32_t writable, int32_t step )
kccurdb ( KCCUR* cur )
kccurdel ( KCCUR* cur )
kccurecode ( KCCUR* cur )
kccuremsg ( KCCUR* cur )
kccurget ( KCCUR* cur, size_t* ksp, char const** vbp, size_t* vsp, int32_t step )
kccurgetkey ( KCCUR* cur, size_t* sp, int32_t step )
kccurgetvalue ( KCCUR* cur, size_t* sp, int32_t step )
kccurjump ( KCCUR* cur )
kccurjumpkey ( KCCUR* cur, char const* kbuf, size_t ksiz )
kccurremove ( KCCUR* cur )
kccurstep ( KCCUR* cur )
kcdbaccept ( KCDB* db, char const* kbuf, size_t ksiz, KCVISITFULL fullproc, KCVISITEMPTY emptyproc, void* opq, int32_t writable )
kcdbadd ( KCDB* db, char const* kbuf, size_t ksiz, char const* vbuf, size_t vsiz )
kcdbappend ( KCDB* db, char const* kbuf, size_t ksiz, char const* vbuf, size_t vsiz )
kcdbbegintran ( KCDB* db, int32_t hard )
kcdbbegintrantry ( KCDB* db, int32_t hard )
kcdbcas ( KCDB* db, char const* kbuf, size_t ksiz, char const* nvbuf, size_t nvsiz, char const* ovbuf, size_t ovsiz )
kcdbclear ( KCDB* db )
kcdbclose ( KCDB* db )
kcdbcount ( KCDB* db )
kcdbcursor ( KCDB* db )
kcdbdel ( KCDB* db )
kcdbdumpsnap ( KCDB* db, char const* dest )
kcdbecode ( KCDB* db )
kcdbemsg ( KCDB* db )
kcdbendtran ( KCDB* db, int32_t commit )
kcdbget ( KCDB* db, char const* kbuf, size_t ksiz, size_t* sp )
kcdbgetbuf ( KCDB* db, char const* kbuf, size_t ksiz, char* vbuf, size_t max )
kcdbincrdouble ( KCDB* db, char const* kbuf, size_t ksiz, double num )
kcdbincrint ( KCDB* db, char const* kbuf, size_t ksiz, int64_t num )
kcdbiterate ( KCDB* db, KCVISITFULL fullproc, void* opq, int32_t writable )
kcdbloadsnap ( KCDB* db, char const* src )
kcdbnew ( )
kcdbopen ( KCDB* db, char const* path, uint32_t mode )
kcdbpath ( KCDB* db )
kcdbremove ( KCDB* db, char const* kbuf, size_t ksiz )
kcdbset ( KCDB* db, char const* kbuf, size_t ksiz, char const* vbuf, size_t vsiz )
kcdbsize ( KCDB* db )
kcdbstatus ( KCDB* db )
kcdbsync ( KCDB* db, int32_t hard, KCFILEPROC proc, void* opq )
kcecodename ( int32_t code )
kcfree ( char* ptr )
kchashfnv ( void const* buf, size_t size )
kchashmurmur ( void const* buf, size_t size )
kcmalloc ( size_t size )
kctime ( )
KCVERSION [data]
KCVISNOP [data]
KCVISREMOVE [data]
kcpolydb.h,
libkyotocabinet.so.2.21.0
namespace kyotocabinet
PolyDB::Cursor::accept ( DB::Visitor* visitor, bool writable, bool step )
[symbol: _ZN12kyotocabinet6PolyDB6Cursor6acceptEPNS_2DB7VisitorEbb]
PolyDB::Cursor::db ( )
[symbol: _ZN12kyotocabinet6PolyDB6Cursor2dbEv]
PolyDB::Cursor::jump ( )
[symbol: _ZN12kyotocabinet6PolyDB6Cursor4jumpEv]
PolyDB::Cursor::jump ( char const* kbuf, size_t ksiz )
[symbol: _ZN12kyotocabinet6PolyDB6Cursor4jumpEPKcj]
PolyDB::Cursor::jump ( std::string const& key )
[symbol: _ZN12kyotocabinet6PolyDB6Cursor4jumpERKSs]
PolyDB::Cursor::step ( )
[symbol: _ZN12kyotocabinet6PolyDB6Cursor4stepEv]
PolyDB::Cursor::~Cursor [in-charge-deleting] ( )
[symbol: _ZN12kyotocabinet6PolyDB6CursorD0Ev]
PolyDB::Cursor::~Cursor [in-charge] ( )
[symbol: _ZN12kyotocabinet6PolyDB6CursorD1Ev]
kcprotodb.h,
libkyotocabinet.so.2.21.0
namespace kyotocabinet
ProtoDB<StringHashMap>::accept ( char const* kbuf, size_t ksiz, DB::Visitor* visitor, bool writable )
[symbol: _ZN12kyotocabinet7ProtoDBINSt3tr113unordered_mapISsSsNS1_4hashISsEESt8equal_toISsESaISt4pairIKSsSsEEEEE6acceptEPKcjPNS_2DB7VisitorEb]
ProtoDB<StringHashMap>::begin_transaction ( bool hard )
[symbol: _ZN12kyotocabinet7ProtoDBINSt3tr113unordered_mapISsSsNS1_4hashISsEESt8equal_toISsESaISt4pairIKSsSsEEEEE17begin_transactionEb]
ProtoDB<StringHashMap>::begin_transaction_try ( bool hard )
[symbol: _ZN12kyotocabinet7ProtoDBINSt3tr113unordered_mapISsSsNS1_4hashISsEESt8equal_toISsESaISt4pairIKSsSsEEEEE21begin_transaction_tryEb]
ProtoDB<StringHashMap>::clear ( )
[symbol: _ZN12kyotocabinet7ProtoDBINSt3tr113unordered_mapISsSsNS1_4hashISsEESt8equal_toISsESaISt4pairIKSsSsEEEEE5clearEv]
ProtoDB<StringHashMap>::close ( )
[symbol: _ZN12kyotocabinet7ProtoDBINSt3tr113unordered_mapISsSsNS1_4hashISsEESt8equal_toISsESaISt4pairIKSsSsEEEEE5closeEv]
ProtoDB<StringHashMap>::count ( )
[symbol: _ZN12kyotocabinet7ProtoDBINSt3tr113unordered_mapISsSsNS1_4hashISsEESt8equal_toISsESaISt4pairIKSsSsEEEEE5countEv]
ProtoDB<StringHashMap>::cursor ( )
[symbol: _ZN12kyotocabinet7ProtoDBINSt3tr113unordered_mapISsSsNS1_4hashISsEESt8equal_toISsESaISt4pairIKSsSsEEEEE6cursorEv]
ProtoDB<StringHashMap>::end_transaction ( bool commit )
[symbol: _ZN12kyotocabinet7ProtoDBINSt3tr113unordered_mapISsSsNS1_4hashISsEESt8equal_toISsESaISt4pairIKSsSsEEEEE15end_transactionEb]
ProtoDB<StringHashMap>::error ( ) const
[symbol: _ZNK12kyotocabinet7ProtoDBINSt3tr113unordered_mapISsSsNS1_4hashISsEESt8equal_toISsESaISt4pairIKSsSsEEEEE5errorEv]
ProtoDB<StringHashMap>::iterate ( DB::Visitor* visitor, bool writable )
[symbol: _ZN12kyotocabinet7ProtoDBINSt3tr113unordered_mapISsSsNS1_4hashISsEESt8equal_toISsESaISt4pairIKSsSsEEEEE7iterateEPNS_2DB7VisitorEb]
ProtoDB<StringHashMap>::open ( std::string const& path, uint32_t mode )
[symbol: _ZN12kyotocabinet7ProtoDBINSt3tr113unordered_mapISsSsNS1_4hashISsEESt8equal_toISsESaISt4pairIKSsSsEEEEE4openERS8_j]
ProtoDB<StringHashMap>::path ( )
[symbol: _ZN12kyotocabinet7ProtoDBINSt3tr113unordered_mapISsSsNS1_4hashISsEESt8equal_toISsESaISt4pairIKSsSsEEEEE4pathEv]
ProtoDB<StringHashMap>::set_error ( FileDB::Error::Code code, char const* message )
[symbol: _ZN12kyotocabinet7ProtoDBINSt3tr113unordered_mapISsSsNS1_4hashISsEESt8equal_toISsESaISt4pairIKSsSsEEEEE9set_errorENS_6FileDB5Error4CodeEPKc]
ProtoDB<StringHashMap>::size ( )
[symbol: _ZN12kyotocabinet7ProtoDBINSt3tr113unordered_mapISsSsNS1_4hashISsEESt8equal_toISsESaISt4pairIKSsSsEEEEE4sizeEv]
ProtoDB<StringHashMap>::status ( std::map<std::string, std::basic_string<char> >* strmap )
[symbol: _ZN12kyotocabinet7ProtoDBINSt3tr113unordered_mapISsSsNS1_4hashISsEESt8equal_toISsESaISt4pairIKSsSsEEEEE6statusEPSt3mapISsSsSt4lessISsESA_E]
ProtoDB<StringHashMap>::synchronize ( bool hard, FileDB::FileProcessor* proc )
[symbol: _ZN12kyotocabinet7ProtoDBINSt3tr113unordered_mapISsSsNS1_4hashISsEESt8equal_toISsESaISt4pairIKSsSsEEEEE11synchronizeEbPNS_6FileDB13FileProcessorE]
ProtoDB<StringHashMap>::~ProtoDB [in-charge-deleting] ( )
[symbol: _ZN12kyotocabinet7ProtoDBINSt3tr113unordered_mapISsSsNS1_4hashISsEESt8equal_toISsESaISt4pairIKSsSsEEEEED0Ev]
ProtoDB<StringHashMap>::~ProtoDB [in-charge] ( )
[symbol: _ZN12kyotocabinet7ProtoDBINSt3tr113unordered_mapISsSsNS1_4hashISsEESt8equal_toISsESaISt4pairIKSsSsEEEEED1Ev]
ProtoDB<StringTreeMap>::accept ( char const* kbuf, size_t ksiz, DB::Visitor* visitor, bool writable )
[symbol: _ZN12kyotocabinet7ProtoDBISt3mapISsSsSt4lessISsESaISt4pairIKSsSsEEEE6acceptEPKcjPNS_2DB7VisitorEb]
ProtoDB<StringTreeMap>::begin_transaction ( bool hard )
[symbol: _ZN12kyotocabinet7ProtoDBISt3mapISsSsSt4lessISsESaISt4pairIKSsSsEEEE17begin_transactionEb]
ProtoDB<StringTreeMap>::begin_transaction_try ( bool hard )
[symbol: _ZN12kyotocabinet7ProtoDBISt3mapISsSsSt4lessISsESaISt4pairIKSsSsEEEE21begin_transaction_tryEb]
ProtoDB<StringTreeMap>::clear ( )
[symbol: _ZN12kyotocabinet7ProtoDBISt3mapISsSsSt4lessISsESaISt4pairIKSsSsEEEE5clearEv]
ProtoDB<StringTreeMap>::close ( )
[symbol: _ZN12kyotocabinet7ProtoDBISt3mapISsSsSt4lessISsESaISt4pairIKSsSsEEEE5closeEv]
ProtoDB<StringTreeMap>::count ( )
[symbol: _ZN12kyotocabinet7ProtoDBISt3mapISsSsSt4lessISsESaISt4pairIKSsSsEEEE5countEv]
ProtoDB<StringTreeMap>::cursor ( )
[symbol: _ZN12kyotocabinet7ProtoDBISt3mapISsSsSt4lessISsESaISt4pairIKSsSsEEEE6cursorEv]
ProtoDB<StringTreeMap>::end_transaction ( bool commit )
[symbol: _ZN12kyotocabinet7ProtoDBISt3mapISsSsSt4lessISsESaISt4pairIKSsSsEEEE15end_transactionEb]
ProtoDB<StringTreeMap>::error ( ) const
[symbol: _ZNK12kyotocabinet7ProtoDBISt3mapISsSsSt4lessISsESaISt4pairIKSsSsEEEE5errorEv]
ProtoDB<StringTreeMap>::iterate ( DB::Visitor* visitor, bool writable )
[symbol: _ZN12kyotocabinet7ProtoDBISt3mapISsSsSt4lessISsESaISt4pairIKSsSsEEEE7iterateEPNS_2DB7VisitorEb]
ProtoDB<StringTreeMap>::open ( std::string const& path, uint32_t mode )
[symbol: _ZN12kyotocabinet7ProtoDBISt3mapISsSsSt4lessISsESaISt4pairIKSsSsEEEE4openERS5_j]
ProtoDB<StringTreeMap>::path ( )
[symbol: _ZN12kyotocabinet7ProtoDBISt3mapISsSsSt4lessISsESaISt4pairIKSsSsEEEE4pathEv]
ProtoDB<StringTreeMap>::set_error ( FileDB::Error::Code code, char const* message )
[symbol: _ZN12kyotocabinet7ProtoDBISt3mapISsSsSt4lessISsESaISt4pairIKSsSsEEEE9set_errorENS_6FileDB5Error4CodeEPKc]
ProtoDB<StringTreeMap>::size ( )
[symbol: _ZN12kyotocabinet7ProtoDBISt3mapISsSsSt4lessISsESaISt4pairIKSsSsEEEE4sizeEv]
ProtoDB<StringTreeMap>::status ( std::map<std::string, std::basic_string<char> >* strmap )
[symbol: _ZN12kyotocabinet7ProtoDBISt3mapISsSsSt4lessISsESaISt4pairIKSsSsEEEE6statusEPS8_]
ProtoDB<StringTreeMap>::synchronize ( bool hard, FileDB::FileProcessor* proc )
[symbol: _ZN12kyotocabinet7ProtoDBISt3mapISsSsSt4lessISsESaISt4pairIKSsSsEEEE11synchronizeEbPNS_6FileDB13FileProcessorE]
ProtoDB<StringTreeMap>::~ProtoDB [in-charge-deleting] ( )
[symbol: _ZN12kyotocabinet7ProtoDBISt3mapISsSsSt4lessISsESaISt4pairIKSsSsEEEED0Ev]
ProtoDB<StringTreeMap>::~ProtoDB [in-charge] ( )
[symbol: _ZN12kyotocabinet7ProtoDBISt3mapISsSsSt4lessISsESaISt4pairIKSsSsEEEED1Ev]
ProtoDB<std::map<std::basic_string<char>,std::basic_string<char> > >::Cursor::accept ( DB::Visitor* visitor, bool writable, bool step )
[symbol: _ZN12kyotocabinet7ProtoDBISt3mapISsSsSt4lessISsESaISt4pairIKSsSsEEEE6Cursor6acceptEPNS_2DB7VisitorEbb]
ProtoDB<std::map<std::basic_string<char>,std::basic_string<char> > >::Cursor::db ( )
[symbol: _ZN12kyotocabinet7ProtoDBISt3mapISsSsSt4lessISsESaISt4pairIKSsSsEEEE6Cursor2dbEv]
ProtoDB<std::map<std::basic_string<char>,std::basic_string<char> > >::Cursor::jump ( )
[symbol: _ZN12kyotocabinet7ProtoDBISt3mapISsSsSt4lessISsESaISt4pairIKSsSsEEEE6Cursor4jumpEv]
ProtoDB<std::map<std::basic_string<char>,std::basic_string<char> > >::Cursor::jump ( char const* kbuf, size_t ksiz )
[symbol: _ZN12kyotocabinet7ProtoDBISt3mapISsSsSt4lessISsESaISt4pairIKSsSsEEEE6Cursor4jumpEPKcj]
ProtoDB<std::map<std::basic_string<char>,std::basic_string<char> > >::Cursor::jump ( std::string const& key )
[symbol: _ZN12kyotocabinet7ProtoDBISt3mapISsSsSt4lessISsESaISt4pairIKSsSsEEEE6Cursor4jumpERS5_]
ProtoDB<std::map<std::basic_string<char>,std::basic_string<char> > >::Cursor::step ( )
[symbol: _ZN12kyotocabinet7ProtoDBISt3mapISsSsSt4lessISsESaISt4pairIKSsSsEEEE6Cursor4stepEv]
ProtoDB<std::map<std::basic_string<char>,std::basic_string<char> > >::Cursor::~Cursor [in-charge-deleting] ( )
[symbol: _ZN12kyotocabinet7ProtoDBISt3mapISsSsSt4lessISsESaISt4pairIKSsSsEEEE6CursorD0Ev]
ProtoDB<std::map<std::basic_string<char>,std::basic_string<char> > >::Cursor::~Cursor [in-charge] ( )
[symbol: _ZN12kyotocabinet7ProtoDBISt3mapISsSsSt4lessISsESaISt4pairIKSsSsEEEE6CursorD1Ev]
ProtoDB<std::tr1::unordered_map<std::basic_string<char>,std::basic_string<char>,std::tr1::hash<std::basic_string<char> >,std::equal_to<std::basic_string<char> > > >::Cursor::accept ( DB::Visitor* visitor, bool writable, bool step )
[symbol: _ZN12kyotocabinet7ProtoDBINSt3tr113unordered_mapISsSsNS1_4hashISsEESt8equal_toISsESaISt4pairIKSsSsEEEEE6Cursor6acceptEPNS_2DB7VisitorEbb]
ProtoDB<std::tr1::unordered_map<std::basic_string<char>,std::basic_string<char>,std::tr1::hash<std::basic_string<char> >,std::equal_to<std::basic_string<char> > > >::Cursor::db ( )
[symbol: _ZN12kyotocabinet7ProtoDBINSt3tr113unordered_mapISsSsNS1_4hashISsEESt8equal_toISsESaISt4pairIKSsSsEEEEE6Cursor2dbEv]
ProtoDB<std::tr1::unordered_map<std::basic_string<char>,std::basic_string<char>,std::tr1::hash<std::basic_string<char> >,std::equal_to<std::basic_string<char> > > >::Cursor::jump ( )
[symbol: _ZN12kyotocabinet7ProtoDBINSt3tr113unordered_mapISsSsNS1_4hashISsEESt8equal_toISsESaISt4pairIKSsSsEEEEE6Cursor4jumpEv]
ProtoDB<std::tr1::unordered_map<std::basic_string<char>,std::basic_string<char>,std::tr1::hash<std::basic_string<char> >,std::equal_to<std::basic_string<char> > > >::Cursor::jump ( char const* kbuf, size_t ksiz )
[symbol: _ZN12kyotocabinet7ProtoDBINSt3tr113unordered_mapISsSsNS1_4hashISsEESt8equal_toISsESaISt4pairIKSsSsEEEEE6Cursor4jumpEPKcj]
ProtoDB<std::tr1::unordered_map<std::basic_string<char>,std::basic_string<char>,std::tr1::hash<std::basic_string<char> >,std::equal_to<std::basic_string<char> > > >::Cursor::jump ( std::string const& key )
[symbol: _ZN12kyotocabinet7ProtoDBINSt3tr113unordered_mapISsSsNS1_4hashISsEESt8equal_toISsESaISt4pairIKSsSsEEEEE6Cursor4jumpERS8_]
ProtoDB<std::tr1::unordered_map<std::basic_string<char>,std::basic_string<char>,std::tr1::hash<std::basic_string<char> >,std::equal_to<std::basic_string<char> > > >::Cursor::step ( )
[symbol: _ZN12kyotocabinet7ProtoDBINSt3tr113unordered_mapISsSsNS1_4hashISsEESt8equal_toISsESaISt4pairIKSsSsEEEEE6Cursor4stepEv]
ProtoDB<std::tr1::unordered_map<std::basic_string<char>,std::basic_string<char>,std::tr1::hash<std::basic_string<char> >,std::equal_to<std::basic_string<char> > > >::Cursor::~Cursor [in-charge-deleting] ( )
[symbol: _ZN12kyotocabinet7ProtoDBINSt3tr113unordered_mapISsSsNS1_4hashISsEESt8equal_toISsESaISt4pairIKSsSsEEEEE6CursorD0Ev]
ProtoDB<std::tr1::unordered_map<std::basic_string<char>,std::basic_string<char>,std::tr1::hash<std::basic_string<char> >,std::equal_to<std::basic_string<char> > > >::Cursor::~Cursor [in-charge] ( )
[symbol: _ZN12kyotocabinet7ProtoDBINSt3tr113unordered_mapISsSsNS1_4hashISsEESt8equal_toISsESaISt4pairIKSsSsEEEEE6CursorD1Ev]
kctreedb.h,
libkyotocabinet.so.2.21.0
namespace kyotocabinet
TreeDB::accept ( char const* kbuf, size_t ksiz, DB::Visitor* visitor, bool writable )
[symbol: _ZN12kyotocabinet6TreeDB6acceptEPKcjPNS_2DB7VisitorEb]
TreeDB::begin_transaction ( bool hard )
[symbol: _ZN12kyotocabinet6TreeDB17begin_transactionEb]
TreeDB::begin_transaction_try ( bool hard )
[symbol: _ZN12kyotocabinet6TreeDB21begin_transaction_tryEb]
TreeDB::clear ( )
[symbol: _ZN12kyotocabinet6TreeDB5clearEv]
TreeDB::close ( )
[symbol: _ZN12kyotocabinet6TreeDB5closeEv]
TreeDB::count ( )
[symbol: _ZN12kyotocabinet6TreeDB5countEv]
TreeDB::cursor ( )
[symbol: _ZN12kyotocabinet6TreeDB6cursorEv]
TreeDB::Cursor::accept ( DB::Visitor* visitor, bool writable, bool step )
[symbol: _ZN12kyotocabinet6TreeDB6Cursor6acceptEPNS_2DB7VisitorEbb]
TreeDB::Cursor::db ( )
[symbol: _ZN12kyotocabinet6TreeDB6Cursor2dbEv]
TreeDB::Cursor::jump ( )
[symbol: _ZN12kyotocabinet6TreeDB6Cursor4jumpEv]
TreeDB::Cursor::jump ( char const* kbuf, size_t ksiz )
[symbol: _ZN12kyotocabinet6TreeDB6Cursor4jumpEPKcj]
TreeDB::Cursor::jump ( std::string const& key )
[symbol: _ZN12kyotocabinet6TreeDB6Cursor4jumpERKSs]
TreeDB::Cursor::step ( )
[symbol: _ZN12kyotocabinet6TreeDB6Cursor4stepEv]
TreeDB::Cursor::~Cursor [in-charge-deleting] ( )
[symbol: _ZN12kyotocabinet6TreeDB6CursorD0Ev]
TreeDB::Cursor::~Cursor [in-charge] ( )
[symbol: _ZN12kyotocabinet6TreeDB6CursorD1Ev]
TreeDB::defrag ( int64_t step )
[symbol: _ZN12kyotocabinet6TreeDB6defragEx]
TreeDB::end_transaction ( bool commit )
[symbol: _ZN12kyotocabinet6TreeDB15end_transactionEb]
TreeDB::error ( ) const
[symbol: _ZNK12kyotocabinet6TreeDB5errorEv]
TreeDB::flags ( )
[symbol: _ZN12kyotocabinet6TreeDB5flagsEv]
TreeDB::iterate ( DB::Visitor* visitor, bool writable )
[symbol: _ZN12kyotocabinet6TreeDB7iterateEPNS_2DB7VisitorEb]
TreeDB::opaque ( )
[symbol: _ZN12kyotocabinet6TreeDB6opaqueEv]
TreeDB::open ( std::string const& path, uint32_t mode )
[symbol: _ZN12kyotocabinet6TreeDB4openERKSsj]
TreeDB::path ( )
[symbol: _ZN12kyotocabinet6TreeDB4pathEv]
TreeDB::set_error ( char const* file, int32_t line, FileDB::Error::Code code, char const* message )
[symbol: _ZN12kyotocabinet6TreeDB9set_errorEPKciNS_6FileDB5Error4CodeES2_]
TreeDB::set_error ( FileDB::Error::Code code, char const* message )
[symbol: _ZN12kyotocabinet6TreeDB9set_errorENS_6FileDB5Error4CodeEPKc]
TreeDB::size ( )
[symbol: _ZN12kyotocabinet6TreeDB4sizeEv]
TreeDB::status ( std::map<std::string, std::basic_string<char> >* strmap )
[symbol: _ZN12kyotocabinet6TreeDB6statusEPSt3mapISsSsSt4lessISsESaISt4pairIKSsSsEEE]
TreeDB::synchronize ( bool hard, FileDB::FileProcessor* proc )
[symbol: _ZN12kyotocabinet6TreeDB11synchronizeEbPNS_6FileDB13FileProcessorE]
TreeDB::synchronize_opaque ( )
[symbol: _ZN12kyotocabinet6TreeDB18synchronize_opaqueEv]
TreeDB::tune_alignment ( int8_t apow )
[symbol: _ZN12kyotocabinet6TreeDB14tune_alignmentEa]
TreeDB::tune_buckets ( int64_t bnum )
[symbol: _ZN12kyotocabinet6TreeDB12tune_bucketsEx]
TreeDB::tune_comparator ( Comparator* rcomp )
[symbol: _ZN12kyotocabinet6TreeDB15tune_comparatorEPNS_10ComparatorE]
TreeDB::tune_compressor ( Compressor* comp )
[symbol: _ZN12kyotocabinet6TreeDB15tune_compressorEPNS_10CompressorE]
TreeDB::tune_defrag ( int64_t dfunit )
[symbol: _ZN12kyotocabinet6TreeDB11tune_defragEx]
TreeDB::tune_error_reporter ( std::ostream* erstrm, bool ervbs )
[symbol: _ZN12kyotocabinet6TreeDB19tune_error_reporterEPSob]
TreeDB::tune_fbp ( int8_t fpow )
[symbol: _ZN12kyotocabinet6TreeDB8tune_fbpEa]
TreeDB::tune_map ( int64_t msiz )
[symbol: _ZN12kyotocabinet6TreeDB8tune_mapEx]
TreeDB::tune_options ( int8_t opts )
[symbol: _ZN12kyotocabinet6TreeDB12tune_optionsEa]
TreeDB::tune_page ( int32_t psiz )
[symbol: _ZN12kyotocabinet6TreeDB9tune_pageEi]
TreeDB::tune_page_cache ( int64_t pccap )
[symbol: _ZN12kyotocabinet6TreeDB15tune_page_cacheEx]
TreeDB::~TreeDB [in-charge-deleting] ( )
[symbol: _ZN12kyotocabinet6TreeDBD0Ev]
TreeDB::~TreeDB [in-charge] ( )
[symbol: _ZN12kyotocabinet6TreeDBD1Ev]
kcutil.h,
libkyotocabinet.so.2.21.0
namespace kyotocabinet
getenv ( char const* name )
[symbol: _ZN12kyotocabinet6getenvEPKc]
getpid ( )
[symbol: _ZN12kyotocabinet6getpidEv]
to the top
Problems with Data Types, High Severity (12)
kcdb.h
namespace kyotocabinet
[+] class DB::Cursor (5)
| Change |
Effect |
1 | Pure virtual method DB::Cursor::db ( ) has been added to this class. | 1) Applications will not provide the implementation for this pure virtual method and therefore cause a crash in the library trying to call this method. 2) The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
2 | Pure virtual method DB::Cursor::get ( size_t*, char const**, size_t*, bool ) has been added to this class. | 1) Applications will not provide the implementation for this pure virtual method and therefore cause a crash in the library trying to call this method. 2) The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
3 | Pure virtual method DB::Cursor::get_pair ( bool ) has been added to this class. | 1) Applications will not provide the implementation for this pure virtual method and therefore cause a crash in the library trying to call this method. 2) The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
4 | Pure virtual method DB::Cursor::get_value ( bool ) has been added to this class. | 1) Applications will not provide the implementation for this pure virtual method and therefore cause a crash in the library trying to call this method. 2) The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
5 | Pure_Virtual method DB::Cursor::get_value ( size_t* ) has been removed from this class. | The layout of v-table has been changed. Call of this virtual method or any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
[+] show v-table (old and new)
Offset | Virtual Table (Old) - 16 entries | Virtual Table (New) - 19 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
DB::~Cursor |
DB::~Cursor |
12 |
DB::~Cursor |
DB::~Cursor |
16 |
__cxa_pure_virtual |
__cxa_pure_virtual |
20 |
__cxa_pure_virtual |
__cxa_pure_virtual |
24 |
__cxa_pure_virtual |
__cxa_pure_virtual |
28 |
__cxa_pure_virtual |
__cxa_pure_virtual |
32 |
__cxa_pure_virtual |
__cxa_pure_virtual |
36 |
__cxa_pure_virtual |
__cxa_pure_virtual |
40 |
__cxa_pure_virtual |
__cxa_pure_virtual |
44 |
__cxa_pure_virtual |
__cxa_pure_virtual |
48 |
__cxa_pure_virtual |
__cxa_pure_virtual |
52 |
__cxa_pure_virtual |
__cxa_pure_virtual |
56 |
__cxa_pure_virtual |
__cxa_pure_virtual |
60 |
__cxa_pure_virtual |
__cxa_pure_virtual |
64 |
|
__cxa_pure_virtual |
68 |
|
__cxa_pure_virtual |
72 |
|
__cxa_pure_virtual |
[+] affected symbols (19)
CacheDB::Cursor::jump ( )This method is from derived class 'CacheDB::Cursor'.
CacheDB::Cursor::jump ( char const* kbuf, size_t ksiz )This method is from derived class 'CacheDB::Cursor'.
CacheDB::Cursor::jump ( std::string const& key )This method is from derived class 'CacheDB::Cursor'.
CacheDB::Cursor::step ( )This method is from derived class 'CacheDB::Cursor'.
DB::Cursor::accept ( DB::Visitor* visitor, bool writable, bool step )This method is from 'DB::Cursor' class.
DB::Cursor::jump ( )This method is from 'DB::Cursor' class.
DB::Cursor::jump ( char const* kbuf, size_t ksiz )This method is from 'DB::Cursor' class.
DB::Cursor::jump ( std::string const& key )This method is from 'DB::Cursor' class.
DB::Cursor::remove ( )This method is from 'DB::Cursor' class.
DB::Cursor::step ( )This method is from 'DB::Cursor' class.
FileDB::Cursor::remove ( )This method is from derived class 'FileDB::Cursor'.
HashDB::Cursor::jump ( )This method is from derived class 'HashDB::Cursor'.
HashDB::Cursor::jump ( char const* kbuf, size_t ksiz )This method is from derived class 'HashDB::Cursor'.
HashDB::Cursor::jump ( std::string const& key )This method is from derived class 'HashDB::Cursor'.
HashDB::Cursor::step ( )This method is from derived class 'HashDB::Cursor'.
TreeDB::Cursor::jump ( )This method is from derived class 'TreeDB::Cursor'.
TreeDB::Cursor::jump ( char const* kbuf, size_t ksiz )This method is from derived class 'TreeDB::Cursor'.
TreeDB::Cursor::jump ( std::string const& key )This method is from derived class 'TreeDB::Cursor'.
TreeDB::Cursor::step ( )This method is from derived class 'TreeDB::Cursor'.
[+] class FileDB (7)
| Change |
Effect |
1 | Pure virtual method FileDB::begin_transaction_try ( bool ) has been added to this class. | 1) Applications will not provide the implementation for this pure virtual method and therefore cause a crash in the library trying to call this method. 2) The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
2 | Pure virtual method FileDB::cursor ( ) has been added to this class. | 1) Applications will not provide the implementation for this pure virtual method and therefore cause a crash in the library trying to call this method. 2) The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
3 | Virtual method FileDB::copy ( std::string const& ) has been added to this class. | The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
4 | Virtual method FileDB::dump_snapshot ( std::ostream* ) has been added to this class. | The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
5 | Virtual method FileDB::dump_snapshot ( std::string const& ) has been added to this class. | The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
6 | Virtual method FileDB::load_snapshot ( std::istream* ) has been added to this class. | The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
7 | Virtual method FileDB::load_snapshot ( std::string const& ) has been added to this class. | The layout of v-table has been changed. Call of any virtual method at higher position in this class or its subclasses may result in crash or incorrect behavior of applications. |
[+] show v-table (old and new)
Offset | Virtual Table (Old) - 36 entries | Virtual Table (New) - 42 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
~FileDB |
~FileDB |
12 |
~FileDB |
~FileDB |
16 |
__cxa_pure_virtual |
__cxa_pure_virtual |
20 |
__cxa_pure_virtual |
__cxa_pure_virtual |
24 |
FileDB::set |
FileDB::set |
28 |
FileDB::set |
FileDB::set |
32 |
FileDB::add |
FileDB::add |
36 |
FileDB::add |
FileDB::add |
40 |
FileDB::append |
FileDB::append |
44 |
FileDB::append |
FileDB::append |
48 |
FileDB::increment |
FileDB::increment |
52 |
FileDB::increment |
FileDB::increment |
56 |
FileDB::increment |
FileDB::increment |
60 |
FileDB::increment |
FileDB::increment |
64 |
FileDB::cas |
FileDB::cas |
68 |
FileDB::cas |
FileDB::cas |
72 |
FileDB::remove |
FileDB::remove |
76 |
FileDB::remove |
FileDB::remove |
80 |
FileDB::get |
FileDB::get |
84 |
FileDB::get |
FileDB::get |
88 |
FileDB::get |
FileDB::get |
92 |
__cxa_pure_virtual |
__cxa_pure_virtual |
96 |
__cxa_pure_virtual |
__cxa_pure_virtual |
100 |
__cxa_pure_virtual |
__cxa_pure_virtual |
104 |
__cxa_pure_virtual |
__cxa_pure_virtual |
108 |
__cxa_pure_virtual |
__cxa_pure_virtual |
112 |
__cxa_pure_virtual |
__cxa_pure_virtual |
116 |
__cxa_pure_virtual |
__cxa_pure_virtual |
120 |
__cxa_pure_virtual |
__cxa_pure_virtual |
124 |
__cxa_pure_virtual |
FileDB::copy |
128 |
__cxa_pure_virtual |
__cxa_pure_virtual |
132 |
__cxa_pure_virtual |
__cxa_pure_virtual |
136 |
__cxa_pure_virtual |
__cxa_pure_virtual |
140 |
__cxa_pure_virtual |
__cxa_pure_virtual |
144 |
|
__cxa_pure_virtual |
148 |
|
__cxa_pure_virtual |
152 |
|
FileDB::dump_snapshot |
156 |
|
FileDB::dump_snapshot |
160 |
|
FileDB::load_snapshot |
164 |
|
FileDB::load_snapshot |
[+] affected symbols (25)
CacheDB::begin_transaction ( bool hard )This method is from derived class 'CacheDB'.
CacheDB::end_transaction ( bool commit )This method is from derived class 'CacheDB'.
CacheDB::path ( )This method is from derived class 'CacheDB'.
CacheDB::size ( )This method is from derived class 'CacheDB'.
CacheDB::status ( std::map<std::string, std::basic_string<char> >* strmap )This method is from derived class 'CacheDB'.
FileDB::begin_transaction ( bool hard )This method is from 'FileDB' class.
FileDB::close ( )This method is from 'FileDB' class.
FileDB::end_transaction ( bool commit )This method is from 'FileDB' class.
FileDB::error ( ) constThis method is from 'FileDB' class.
FileDB::open ( std::string const& path, uint32_t mode )This method is from 'FileDB' class.
FileDB::path ( )This method is from 'FileDB' class.
FileDB::set_error ( FileDB::Error::Code code, char const* message )This method is from 'FileDB' class.
FileDB::size ( )This method is from 'FileDB' class.
FileDB::status ( std::map<std::string, std::basic_string<char> >* strmap )This method is from 'FileDB' class.
FileDB::synchronize ( bool hard, FileDB::FileProcessor* proc )This method is from 'FileDB' class.
HashDB::begin_transaction ( bool hard )This method is from derived class 'HashDB'.
HashDB::end_transaction ( bool commit )This method is from derived class 'HashDB'.
HashDB::path ( )This method is from derived class 'HashDB'.
HashDB::size ( )This method is from derived class 'HashDB'.
HashDB::status ( std::map<std::string, std::basic_string<char> >* strmap )This method is from derived class 'HashDB'.
TreeDB::begin_transaction ( bool hard )This method is from derived class 'TreeDB'.
TreeDB::end_transaction ( bool commit )This method is from derived class 'TreeDB'.
TreeDB::path ( )This method is from derived class 'TreeDB'.
TreeDB::size ( )This method is from derived class 'TreeDB'.
TreeDB::status ( std::map<std::string, std::basic_string<char> >* strmap )This method is from derived class 'TreeDB'.
to the top
Problems with Data Types, Medium Severity (1)
kctreedb.h
namespace kyotocabinet
[+] class TreeDB (1)
| Change |
Effect |
1 | Virtual method TreeDB::tune_page_cache ( int64_t ) has been added to this class instead of TreeDB::tune_cache ( int64_t ). | Applications will pass parameters of older replaced method to newly added virtual method. This may result in crash or incorrect behavior of applications. |
[+] show v-table (old and new)
Offset | Virtual Table (Old) - 52 entries | Virtual Table (New) - 58 entries |
---|
0 |
(int (*)(...))0 |
(int (*)(...))0 |
4 |
(int (*)(...))(& typeinfo) |
(int (*)(...))(& typeinfo) |
8 |
~TreeDB |
~TreeDB |
12 |
~TreeDB |
~TreeDB |
16 |
TreeDB::accept |
TreeDB::accept |
20 |
TreeDB::iterate |
TreeDB::iterate |
24 |
FileDB::set |
FileDB::set |
28 |
FileDB::set |
FileDB::set |
32 |
FileDB::add |
FileDB::add |
36 |
FileDB::add |
FileDB::add |
40 |
FileDB::append |
FileDB::append |
44 |
FileDB::append |
FileDB::append |
48 |
FileDB::increment |
FileDB::increment |
52 |
FileDB::increment |
FileDB::increment |
56 |
FileDB::increment |
FileDB::increment |
60 |
FileDB::increment |
FileDB::increment |
64 |
FileDB::cas |
FileDB::cas |
68 |
FileDB::cas |
FileDB::cas |
72 |
FileDB::remove |
FileDB::remove |
76 |
FileDB::remove |
FileDB::remove |
80 |
FileDB::get |
FileDB::get |
84 |
FileDB::get |
FileDB::get |
88 |
FileDB::get |
FileDB::get |
92 |
TreeDB::clear |
TreeDB::clear |
96 |
TreeDB::count |
TreeDB::count |
100 |
TreeDB::cursor |
TreeDB::cursor |
104 |
TreeDB::error |
TreeDB::error |
108 |
TreeDB::set_error |
TreeDB::set_error |
112 |
TreeDB::open |
TreeDB::open |
116 |
TreeDB::close |
TreeDB::close |
120 |
TreeDB::synchronize |
TreeDB::synchronize |
124 |
TreeDB::begin_transaction |
FileDB::copy |
128 |
TreeDB::end_transaction |
TreeDB::begin_transaction |
132 |
TreeDB::size |
TreeDB::begin_transaction_try |
136 |
TreeDB::path |
TreeDB::end_transaction |
140 |
TreeDB::status |
TreeDB::size |
144 |
TreeDB::tune_error_reporter |
TreeDB::path |
148 |
TreeDB::tune_alignment |
TreeDB::status |
152 |
TreeDB::tune_fbp |
FileDB::dump_snapshot |
156 |
TreeDB::tune_options |
FileDB::dump_snapshot |
160 |
TreeDB::tune_buckets |
FileDB::load_snapshot |
164 |
TreeDB::tune_page |
FileDB::load_snapshot |
168 |
TreeDB::tune_map |
TreeDB::tune_error_reporter |
172 |
TreeDB::tune_defrag |
TreeDB::tune_alignment |
176 |
TreeDB::tune_cache |
TreeDB::tune_fbp |
180 |
TreeDB::tune_compressor |
TreeDB::tune_options |
184 |
TreeDB::tune_comparator |
TreeDB::tune_buckets |
188 |
TreeDB::opaque |
TreeDB::tune_page |
192 |
TreeDB::synchronize_opaque |
TreeDB::tune_map |
196 |
TreeDB::defrag |
TreeDB::tune_defrag |
200 |
TreeDB::flags |
TreeDB::tune_page_cache |
204 |
TreeDB::set_error |
TreeDB::tune_compressor |
208 |
|
TreeDB::tune_comparator |
212 |
|
TreeDB::opaque |
216 |
|
TreeDB::synchronize_opaque |
220 |
|
TreeDB::defrag |
224 |
|
TreeDB::flags |
228 |
|
TreeDB::set_error |
[+] affected symbols (1)
TreeDB::tune_cache ( int64_t ccap )This method is from 'TreeDB' class.
to the top
Problems with Symbols, Medium Severity (1)
kcutil.h,
libkyotocabinet.so.1.2.0
namespace kyotocabinet
[+] VERSION [data] (1)
[symbol: _ZN12kyotocabinet7VERSIONE]
| Change | Effect |
---|
1 | This global data became const. | Any attempts of old applications to change this global data may result in crash. |
to the top
Problems with Data Types, Low Severity (2)
namespace kyotocabinet
[+] class ProtoDB<StringHashMap> (1)
| Change |
Effect |
1 | Virtual method DB::~DB ( ) has been overridden by ProtoDB<StringHashMap>::~ProtoDB ( ). | Method ProtoDB<StringHashMap>::~ProtoDB ( ) will be called instead of DB::~DB ( ) by old applications. |
[+] affected symbols (1)
DB::~DB [in-charge] ( )The method 'ProtoDB<StringHashMap>::~ProtoDB [in-charge] ()' will be called instead of this method.
[+] class ProtoDB<StringTreeMap> (1)
| Change |
Effect |
1 | Virtual method DB::~DB ( ) has been overridden by ProtoDB<StringTreeMap>::~ProtoDB ( ). | Method ProtoDB<StringTreeMap>::~ProtoDB ( ) will be called instead of DB::~DB ( ) by old applications. |
[+] affected symbols (1)
DB::~DB [in-charge] ( )The method 'ProtoDB<StringTreeMap>::~ProtoDB [in-charge] ()' will be called instead of this method.
to the top
Other Changes in Symbols (2)
kcfile.h,
libkyotocabinet.so.1.2.0
namespace kyotocabinet
[+] File::open ( std::string const& path, uint32_t mode, int64_t msiz ) (2)
[symbol: _ZN12kyotocabinet4File4openERKSsjx]
| Change | Effect |
---|
1 | The default argument 6 of 2nd parameter mode has been added. | No effect. |
2 | The default argument 0 of 3rd parameter msiz has been added. | No effect. |
to the top
Header Files (12)
kccachedb.h
kccommon.h
kccompare.h
kccompress.h
kcdb.h
kcfile.h
kchashdb.h
kcmap.h
kcprotodb.h
kcthread.h
kctreedb.h
kcutil.h
to the top
Shared Libraries (1)
libkyotocabinet.so.1.2.0
to the top