Skip to content

Commit

Permalink
Fixed bug CORE-3418 : Inactive DB-trigger after Create/Alter Is Active
Browse files Browse the repository at this point in the history
  • Loading branch information
hvlad committed Mar 30, 2011
1 parent 63912bb commit 44f1446
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/jrd/met.epp
Expand Up @@ -1698,7 +1698,8 @@ void MET_load_trigger(thread_db* tdbb,

FOR(REQUEST_HANDLE request)
TRG IN RDB$TRIGGERS
WITH TRG.RDB$TRIGGER_NAME EQ trigger_name.c_str()
WITH TRG.RDB$TRIGGER_NAME EQ trigger_name.c_str() AND
TRG.RDB$TRIGGER_INACTIVE EQ 0
{
// check if the trigger is to be fired without any permissions
// checks. Verify such a claim
Expand Down

0 comments on commit 44f1446

Please sign in to comment.