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

Function build_trn_path

sql/sql_trigger.cc:3138–3148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3136*/
3137
3138void build_trn_path(THD *thd, const sp_name *trg_name, LEX_STRING *trn_path)
3139{
3140 /* Construct path to the TRN-file. */
3141
3142 trn_path->length= build_table_filename(trn_path->str,
3143 FN_REFLEN - 1,
3144 trg_name->m_db.str,
3145 trg_name->m_name.str,
3146 TRN_EXT,
3147 0);
3148}
3149
3150
3151/**

Callers 2

get_trigger_tableFunction · 0.85

Calls 1

build_table_filenameFunction · 0.85

Tested by

no test coverage detected