Skip to content

Commit

Permalink
Fixed CORE-5833 - DDL triggers for some object types (views, exceptio…
Browse files Browse the repository at this point in the history
…ns, roles, indexes, domains) are lost in backup-restore process.
  • Loading branch information
asfernandes committed May 24, 2018
1 parent d0b745c commit 3b6e74e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/burp/restore.epp
Expand Up @@ -8498,7 +8498,7 @@ bool get_trigger(BurpGlobals* tdgbl)
switch (attribute)
{
case att_trig_type:
X.RDB$TRIGGER_TYPE = (USHORT) get_int32(tdgbl);
X.RDB$TRIGGER_TYPE = get_int32(tdgbl);
break;

case att_trig_type2:
Expand Down

0 comments on commit 3b6e74e

Please sign in to comment.