MCPcopy Create free account
hub / github.com/arkdb/inception / mysql_create_or_drop_trigger

Function mysql_create_or_drop_trigger

sql/sql_trigger.cc:381–586  ·  view source on GitHub ↗

Create or drop trigger for table. @param thd current thread context (including trigger definition in LEX) @param tables table list containing one table for which trigger is created. @param create whenever we create (TRUE) or drop (FALSE) trigger @note This function is mainly responsible for opening and locking of table and invalidation of all its instances in table cache af

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 15

my_errorFunction · 0.85
add_table_for_triggerFunction · 0.85
find_temporary_tableFunction · 0.85
mysql_ha_rm_tablesFunction · 0.85
wait_while_table_is_usedFunction · 0.85
sp_cache_invalidateFunction · 0.85
my_okFunction · 0.85
query_lengthMethod · 0.80
use_all_columnsMethod · 0.80

Tested by

no test coverage detected