mirror of https://gitee.com/bigwinds/arangodb
dont prevent embedded transaction in index lookups
This commit is contained in:
parent
f11577d952
commit
492caeb047
|
@ -5678,8 +5678,6 @@ static v8::Handle<v8::Value> JS_EnsureIndexVocbaseCol (v8::Arguments const& argv
|
|||
|
||||
static v8::Handle<v8::Value> JS_LookupIndexVocbaseCol (v8::Arguments const& argv) {
|
||||
v8::HandleScope scope;
|
||||
|
||||
PREVENT_EMBEDDED_TRANSACTION(scope);
|
||||
|
||||
return scope.Close(EnsureIndex(argv, false, "lookupIndex"));
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue