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

Method GRANT_TABLE

sql/sql_acl.cc:5670–5675  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5668}
5669
5670GRANT_TABLE::GRANT_TABLE(const char *h, const char *d,const char *u,
5671 const char *t, privilege_t p, privilege_t c)
5672 :GRANT_NAME(h,d,u,t,p, FALSE), cols(c), init_cols(c)
5673{
5674 init_hash();
5675}
5676
5677/*
5678 create a new GRANT_TABLE entry for role inheritance. init_* fields are set

Callers

nothing calls this directly

Calls 12

fix_rights_for_columnFunction · 0.85
safe_strlenFunction · 0.85
key_copyFunction · 0.85
my_hash_insertFunction · 0.85
key_cmp_if_sameFunction · 0.85
ha_index_initMethod · 0.80
ha_index_read_mapMethod · 0.80
ha_index_endMethod · 0.80
ha_index_nextMethod · 0.80
storeMethod · 0.45
val_strMethod · 0.45

Tested by

no test coverage detected