1
0
Fork 0

dont prevent embedded transaction in index lookups

This commit is contained in:
Jan Steemann 2014-02-12 12:50:00 +01:00
parent f11577d952
commit 492caeb047
1 changed files with 0 additions and 2 deletions

View File

@ -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"));
}