mirror of https://gitee.com/bigwinds/arangodb
fix superfluous re-creation attempts for collections
This commit is contained in:
parent
2961f33a4b
commit
7b57bdf5f6
|
@ -675,6 +675,10 @@ bool ImportHelper::checkCreateCollection() {
|
|||
return true;
|
||||
}
|
||||
|
||||
if (!_firstChunk) {
|
||||
return true;
|
||||
}
|
||||
|
||||
std::string const url("/_api/collection");
|
||||
|
||||
VPackBuilder builder;
|
||||
|
|
Loading…
Reference in New Issue