mirror of https://gitee.com/bigwinds/arangodb
Went through all TRI_doc_mptr\(_copy\)_t ...
... to see whether _copy is needed.
This commit is contained in:
parent
e575b94222
commit
c49f1a80d6
|
@ -2652,8 +2652,6 @@ static v8::Handle<v8::Value> JS_LastQuery (v8::Arguments const& argv) {
|
|||
}
|
||||
else {
|
||||
if (n == 0) {
|
||||
trx.finish(res);
|
||||
|
||||
return scope.Close(v8::Null());
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue