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

Method refresh

sql/sql_acl.cc:8718–8723  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8716
8717
8718void GRANT_INFO::refresh(const Security_context *sctx,
8719 const char *db, const char *table)
8720{
8721 if (version != grant_version)
8722 read(sctx, db, table);
8723}
8724
8725void GRANT_INFO::read(const Security_context *sctx,
8726 const char *db, const char *table)

Callers 4

check_grant_columnFunction · 0.80
check_grant_all_columnsFunction · 0.80
get_column_grantFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected