MySQL 9.1.0
Source Code Documentation
|
#include "sql/auth/auth_common.h"
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) |
bool modify_default_roles_in_table | ( | THD * | thd, |
TABLE * | table, | ||
const Auth_id_ref & | auth_id, | ||
const Auth_id_ref & | role, | ||
bool | delete_option | ||
) |
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 | ||
) |