mirror of https://gitee.com/bigwinds/arangodb
Revert "Fix return value of local edge write to smart edge collection in AQL."
This reverts commit d163a05e49
.
This commit is contained in:
parent
d163a05e49
commit
5d65b0b206
|
@ -443,9 +443,6 @@ AqlItemBlock* InsertBlock::work(std::vector<AqlItemBlock*>& blocks) {
|
|||
}
|
||||
} else {
|
||||
errorCode = TRI_ERROR_NO_ERROR;
|
||||
if (producesOutput) {
|
||||
result->setValue(dstRow, _outRegNew, res->getValue(i, registerId));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue