MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
pfs_account.cc File Reference
#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"
Include dependency graph for pfs_account.cc:

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_accountfind_or_create_account (PFS_thread *thread, const char *username, uint username_length, const char *hostname, uint hostname_length)
PFS_accountsanitize_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_accountaccount_array = NULL
LF_HASH account_hash

Detailed Description

Performance schema user (implementation).

Definition in file pfs_account.cc.