mirror of https://gitee.com/bigwinds/arangodb
fix assertion
This commit is contained in:
parent
0dd1776467
commit
5c208c85ba
|
@ -3174,9 +3174,6 @@ void MMFilesCollection::removeLocalDocumentId(LocalDocumentId const& documentId,
|
||||||
}
|
}
|
||||||
|
|
||||||
bool MMFilesCollection::hasAllPersistentLocalIds() const {
|
bool MMFilesCollection::hasAllPersistentLocalIds() const {
|
||||||
TRI_ASSERT(_hasAllPersistentLocalIds.load() !=
|
|
||||||
(_logicalCollection.version() <
|
|
||||||
LogicalCollection::CollectionVersions::VERSION_34));
|
|
||||||
return _hasAllPersistentLocalIds.load();
|
return _hasAllPersistentLocalIds.load();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue