MySQL 9.1.0
Source Code Documentation
|
Functions | |
template<class T , class Matcher > | |
void | search_for_matching_grant (const T *hash, Matcher &matches) |
template<class T , class Matcher > | |
void | remove_matching_grants (T *hash, Matcher &matches) |
template<class T , class Matcher > | |
bool | rename_matching_grants (T *hash, Matcher &matches, LEX_USER *user_to) |
void anonymous_namespace{sql_user.cc}::remove_matching_grants | ( | T * | hash, |
Matcher & | matches | ||
) |
bool anonymous_namespace{sql_user.cc}::rename_matching_grants | ( | T * | hash, |
Matcher & | matches, | ||
LEX_USER * | user_to | ||
) |
void anonymous_namespace{sql_user.cc}::search_for_matching_grant | ( | const T * | hash, |
Matcher & | matches | ||
) |