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

Method is_access_triggered

sql/sql_select.cc:17181–17189  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17179*/
17180
17181bool TABLE_REF::is_access_triggered()
17182{
17183 for (uint i = 0; i < key_parts; i++)
17184 {
17185 if (cond_guards[i])
17186 return TRUE;
17187 }
17188 return FALSE;
17189}
17190
17191
17192/**

Callers 3

check_join_cache_usageFunction · 0.80
make_join_readinfoFunction · 0.80
test_if_refFunction · 0.80

Calls

no outgoing calls

Tested by 1

test_if_refFunction · 0.64