@@ -114,7 +114,7 @@ static int blocking_ast_relation(void*);
114114static int partners_ast_relation(void*);
115115static int rescan_ast_relation(void*);
116116static ULONG get_rel_flags_from_FLAGS(USHORT);
117- static void get_trigger(thread_db*, jrd_rel*, bid*, bid*, TrigVector**, const QualifiedName&, FB_UINT64, bool ,
117+ static void get_trigger(thread_db*, jrd_rel*, bid*, bid*, TrigVector**, const QualifiedName&, FB_UINT64, SSHORT ,
118118 USHORT, const MetaName&, const string&, const bid*, TriState ssDefiner);
119119static bool get_type(thread_db*, USHORT*, const MetaName&, const TEXT*);
120120static void lookup_view_contexts(thread_db*, jrd_rel*);
@@ -123,7 +123,7 @@ static ValueExprNode* parse_field_default_blr(thread_db* tdbb, const MetaName& s
123123static BoolExprNode* parse_field_validation_blr(thread_db* tdbb, bid* blob_id, const QualifiedName& name);
124124static bool resolve_charset_and_collation(thread_db*, USHORT*, const QualifiedName&, const QualifiedName&);
125125static void save_trigger_data(thread_db*, TrigVector**, jrd_rel*, Statement*, blb*, blb*,
126- const QualifiedName*, FB_UINT64, bool , USHORT, const MetaName&, const string&,
126+ const QualifiedName*, FB_UINT64, SSHORT , USHORT, const MetaName&, const string&,
127127 const bid*, TriState ssDefiner);
128128static void scan_partners(thread_db*, jrd_rel*);
129129static bool verify_TRG_ignore_perm(thread_db*, const QualifiedName&);
@@ -1983,7 +1983,7 @@ void MET_load_trigger(thread_db* tdbb,
19831983 triggers,
19841984 trigger_name,
19851985 TRG.RDB$TRIGGER_TYPE,
1986- (bool) TRG.RDB$SYSTEM_FLAG,
1986+ TRG.RDB$SYSTEM_FLAG,
19871987 trig_flags,
19881988 engine,
19891989 entryPoint,
@@ -2004,7 +2004,7 @@ void MET_load_trigger(thread_db* tdbb,
20042004 triggers + trigger_action,
20052005 trigger_name,
20062006 (UCHAR) trigger_action,
2007- (bool) TRG.RDB$SYSTEM_FLAG,
2007+ TRG.RDB$SYSTEM_FLAG,
20082008 trig_flags,
20092009 engine,
20102010 entryPoint,
@@ -4612,7 +4612,7 @@ ULONG MET_get_rel_flags_from_TYPE(USHORT type)
46124612static void get_trigger(thread_db* tdbb, jrd_rel* relation,
46134613 bid* blob_id, bid* debug_blob_id, TrigVector** ptr,
46144614 const QualifiedName& name, FB_UINT64 type,
4615- bool sys_trigger, USHORT flags,
4615+ SSHORT sys_trigger, USHORT flags,
46164616 const MetaName& engine, const string& entryPoint,
46174617 const bid* body, TriState ssDefiner)
46184618{
@@ -4993,7 +4993,7 @@ static bool resolve_charset_and_collation(thread_db* tdbb,
49934993static void save_trigger_data(thread_db* tdbb, TrigVector** ptr, jrd_rel* relation,
49944994 Statement* statement, blb* blrBlob, blb* debugInfoBlob,
49954995 const QualifiedName* name, FB_UINT64 type,
4996- bool sys_trigger, USHORT flags,
4996+ SSHORT sys_trigger, USHORT flags,
49974997 const MetaName& engine, const string& entryPoint,
49984998 const bid* body, TriState ssDefiner)
49994999{
0 commit comments