MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
pfs_account.h File Reference
#include "pfs_lock.h"
#include "lf.h"
#include "pfs_con_slice.h"
Include dependency graph for pfs_account.h:
This graph shows which files directly or indirectly include this file:

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_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_all_account (void)

Variables

ulong account_max
ulong account_lost
PFS_accountaccount_array
LF_HASH account_hash

Detailed Description

Performance schema user (declarations).

Definition in file pfs_account.h.