MySQL 5.6.14 Source Code Document
|
Go to the source code of this file.
Classes | |
struct | PFS_user_key |
struct | PFS_user |
Functions | |
int | init_user (const PFS_global_param *param) |
void | cleanup_user (void) |
C_MODE_END int | init_user_hash (void) |
void | cleanup_user_hash (void) |
PFS_user * | find_or_create_user (PFS_thread *thread, const char *username, uint username_length) |
PFS_user * | sanitize_user (PFS_user *unsafe) |
void | purge_all_user (void) |
Variables | |
ulong | user_max |
ulong | user_lost |
PFS_user * | user_array |
LF_HASH | user_hash |
Performance schema user (declarations).
Definition in file pfs_user.h.