mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 00:03:02 +01:00
Fixed CORE-5833 - DDL triggers for some object types (views, exceptions, roles, indexes, domains) are lost in backup-restore process.
This commit is contained in:
parent
4dd6207804
commit
e68f40700e
@ -9306,7 +9306,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:
|
||||
|
Loading…
Reference in New Issue
Block a user