Skip to content

Commit

Permalink
Yet another fix for CORE-4839.
Browse files Browse the repository at this point in the history
  • Loading branch information
dyemanov committed Jun 14, 2015
1 parent 3e9d5db commit 466a19a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/isql/show.epp
Expand Up @@ -1249,7 +1249,7 @@ processing_state SHOW_grants2 (const SCHAR* object,
FOR FIRST 1 E IN RDB$EXCEPTIONS WITH E.RDB$EXCEPTION_NAME EQ object
FOR PRV IN RDB$USER_PRIVILEGES CROSS
XCP IN RDB$EXCEPTIONS WITH
PRV.RDB$OBJECT_TYPE = obj_generator AND
PRV.RDB$OBJECT_TYPE = obj_exception AND
PRV.RDB$RELATION_NAME EQ object AND
XCP.RDB$EXCEPTION_NAME EQ object AND
PRV.RDB$PRIVILEGE EQ 'G' AND
Expand Down

0 comments on commit 466a19a

Please sign in to comment.