MySQL 8.3.0
Source Code Documentation
anonymous_namespace{sql_user.cc} Namespace Reference

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)
 

Function Documentation

◆ remove_matching_grants()

template<class T , class Matcher >
void anonymous_namespace{sql_user.cc}::remove_matching_grants ( T *  hash,
Matcher &  matches 
)

◆ rename_matching_grants()

template<class T , class Matcher >
bool anonymous_namespace{sql_user.cc}::rename_matching_grants ( T *  hash,
Matcher &  matches,
LEX_USER user_to 
)

◆ search_for_matching_grant()

template<class T , class Matcher >
void anonymous_namespace{sql_user.cc}::search_for_matching_grant ( const T *  hash,
Matcher &  matches 
)