8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 23:23:04 +01:00

Correction.

This commit is contained in:
Adriano dos Santos Fernandes 2016-05-26 14:58:23 -03:00
parent f0cc315a53
commit 721a168477

View File

@ -326,6 +326,7 @@ static const TOK tokens[] =
{DB_KEY, "RDB$DB_KEY", 1, false},
{RDB_GET_CONTEXT, "RDB$GET_CONTEXT", 2, true},
{RDB_RECORD_VERSION, "RDB$RECORD_VERSION", 2, false},
{RDB_ROLE_IN_USE, "RDB$ROLE_IN_USE", 2, false},
{RDB_SET_CONTEXT, "RDB$SET_CONTEXT", 2, true},
{READ, "READ", 1, false},
{REAL, "REAL", 1, false},
@ -359,7 +360,6 @@ static const TOK tokens[] =
{REVOKE, "REVOKE", 1, false},
{RIGHT, "RIGHT", 1, false},
{ROLE, "ROLE", 1, true},
{RDB_ROLE_IN_USE, "RDB$ROLE_IN_USE", 2, false},
{ROLLBACK, "ROLLBACK", 1, false},
{ROUND, "ROUND", 2, false},
{ROW, "ROW", 2, false},