1
0
Fork 0

added generated file

This commit is contained in:
Jan Steemann 2013-04-10 08:51:55 +02:00
parent 7f1cd2681c
commit ffb2a0f545
2 changed files with 5 additions and 0 deletions

View File

@ -1675,6 +1675,10 @@ static v8::Handle<v8::Value> JS_AllQuery (v8::Arguments const& argv) {
const size_t n = docs.size();
uint32_t count = 0;
if (n > 0) {
TRI_ASSERT_MAINTAINER(barrier != 0);
}
// setup result
v8::Handle<v8::Object> result = v8::Object::New();

View File

@ -121,6 +121,7 @@
"ERROR_TRANSACTION_INTERNAL" : { "code" : 1653, "message" : "internal transaction error" },
"ERROR_TRANSACTION_UNREGISTERED_COLLECTION" : { "code" : 1654, "message" : "unregistered collection used in transaction" },
"ERROR_TRANSACTION_DISALLOWED_OPERATION" : { "code" : 1655, "message" : "disallowed operation inside a transaction" },
"ERROR_TRANSACTION_DEADLOCK" : { "code" : 1656, "message" : "deadlock detected during transaction execution" },
"ERROR_USER_INVALID_NAME" : { "code" : 1700, "message" : "invalid user name" },
"ERROR_USER_INVALID_PASSWORD" : { "code" : 1701, "message" : "invalid password" },
"ERROR_USER_DUPLICATE" : { "code" : 1702, "message" : "duplicate user" },