MySQL 8.4.0
Source Code Documentation
role_tables.h File Reference

Go to the source code of this file.

Functions

bool modify_role_edges_in_table (THD *thd, TABLE *table, const Auth_id_ref &from_user, const Auth_id_ref &to_user, bool with_admin_option, bool delete_option)
 
bool modify_default_roles_in_table (THD *thd, TABLE *table, const Auth_id_ref &auth_id, const Auth_id_ref &role, bool delete_option)
 

Function Documentation

◆ modify_default_roles_in_table()

bool modify_default_roles_in_table ( THD thd,
TABLE table,
const Auth_id_ref auth_id,
const Auth_id_ref role,
bool  delete_option 
)

◆ modify_role_edges_in_table()

bool modify_role_edges_in_table ( THD thd,
TABLE table,
const Auth_id_ref from_user,
const Auth_id_ref to_user,
bool  with_admin_option,
bool  delete_option 
)