8
0
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:
Adriano dos Santos Fernandes 2018-05-24 19:58:38 -03:00
parent 4dd6207804
commit e68f40700e

View File

@ -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: