1
0
Fork 0

statistics fix

This commit is contained in:
Jan Steemann 2016-01-14 11:10:01 +01:00
parent 8663ba8ce9
commit d2c349b8b5
1 changed files with 1 additions and 1 deletions

View File

@ -499,7 +499,7 @@ static bool Compactifier(TRI_df_marker_t const* marker, void* data,
// let marker point to the new position
found2->setDataPtr(result);
// update fid in case it changes
if (!isWalDataMarker && found2->_fid != targetFid) {
if (found2->_fid != targetFid) {
found2->_fid = targetFid;
}