MySQL 5.6.14 Source Code Document
|
#include "my_global.h"
#include "my_sys.h"
#include "pfs.h"
#include "pfs_stat.h"
#include "pfs_instr.h"
#include "pfs_setup_actor.h"
#include "pfs_host.h"
#include "pfs_user.h"
#include "pfs_account.h"
#include "pfs_global.h"
#include "pfs_instr_class.h"
Go to the source code of this file.
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_account (PFS_thread *thread, PFS_account *account, PFS_user *safe_user, PFS_host *safe_host) |
void | purge_all_account (void) |
Variables | |
ulong | account_max |
ulong | account_lost |
PFS_account * | account_array = NULL |
LF_HASH | account_hash |
Performance schema user (implementation).
Definition in file pfs_account.cc.