mirror of https://gitee.com/bigwinds/arangodb
fixed after merge
This commit is contained in:
parent
bbca3dde1c
commit
67ac80a469
|
@ -596,7 +596,6 @@ LogicalCollection::LogicalCollection(TRI_vocbase_t* vocbase,
|
||||||
StorageEngine* engine = EngineSelectorFeature::ENGINE;
|
StorageEngine* engine = EngineSelectorFeature::ENGINE;
|
||||||
if (_path.empty()) {
|
if (_path.empty()) {
|
||||||
_path = engine->createCollection(_vocbase, _cid, this);
|
_path = engine->createCollection(_vocbase, _cid, this);
|
||||||
ensureRevisionsCache();
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue