|
|
|
@ -211,7 +211,6 @@ bool CDB::Recover(const std::string& filename, void *callbackDataIn, bool (*reco
@@ -211,7 +211,6 @@ bool CDB::Recover(const std::string& filename, void *callbackDataIn, bool (*reco
|
|
|
|
|
{ |
|
|
|
|
CDataStream ssKey(row.first, SER_DISK, CLIENT_VERSION); |
|
|
|
|
CDataStream ssValue(row.second, SER_DISK, CLIENT_VERSION); |
|
|
|
|
std::string strType, strErr; |
|
|
|
|
if (!(*recoverKVcallback)(callbackDataIn, ssKey, ssValue)) |
|
|
|
|
continue; |
|
|
|
|
} |
|
|
|
|