mirror of https://gitee.com/bigwinds/arangodb
statistics fix
This commit is contained in:
parent
8663ba8ce9
commit
d2c349b8b5
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue