MySQL 5.6.14 Source Code Document
|
Go to the source code of this file.
Classes | |
struct | PFS_account_key |
struct | PFS_account |
Functions | |
int | init_account (const PFS_global_param *param) |
void | cleanup_account (void) |
C_MODE_END int | init_account_hash (void) |
void | cleanup_account_hash (void) |
PFS_account * | find_or_create_account (PFS_thread *thread, const char *username, uint username_length, const char *hostname, uint hostname_length) |
PFS_account * | sanitize_account (PFS_account *unsafe) |
void | purge_all_account (void) |
Variables | |
ulong | account_max |
ulong | account_lost |
PFS_account * | account_array |
LF_HASH | account_hash |
Performance schema user (declarations).
Definition in file pfs_account.h.