MCPcopy Create free account
hub / github.com/MariaDB/server / trg2bit

Function trg2bit

sql/sql_trigger.h:47–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45typedef uint8 trg_event_set;
46
47static inline uint8 trg2bit(enum trg_event_type trg)
48{ return static_cast<uint8>(1 << static_cast<int>(trg)); }
49
50/**
51 Check whether the specified trigger event type is set in

Callers 10

store_triggerFunction · 0.85
is_trg_event_onFunction · 0.85
add_triggerMethod · 0.85
process_triggersMethod · 0.85
get_trg_event_mapMethod · 0.85
do_exec_rowMethod · 0.85
calc_row_differenceFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected