Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MariaDB/server
/ check_trn_exists
Function
check_trn_exists
sql/sql_trigger.cc:3159–3162 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3157
*/
3158
3159
bool check_trn_exists(const LEX_CSTRING *trn_path)
3160
{
3161
return access(trn_path->str, F_OK) != 0;
3162
}
3163
3164
3165
/**
Callers
2
get_trigger_table
Function · 0.85
add_table_for_trigger_internal
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected