MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
PFS_account Struct Reference
Inheritance diagram for PFS_account:
Collaboration diagram for PFS_account:

Public Member Functions

void init_refcount (void)
int get_refcount (void)
void inc_refcount (void)
void dec_refcount (void)
void aggregate (PFS_user *safe_user, PFS_host *safe_host)
void aggregate_waits (PFS_user *safe_user, PFS_host *safe_host)
void aggregate_stages (PFS_user *safe_user, PFS_host *safe_host)
void aggregate_statements (PFS_user *safe_user, PFS_host *safe_host)
void aggregate_stats (PFS_user *safe_user, PFS_host *safe_host)
void release (void)
- Public Member Functions inherited from PFS_connection_slice
void reset_stats ()
void reset_waits_stats ()
void reset_stages_stats ()
void reset_statements_stats ()

Public Attributes

pfs_lock m_lock
PFS_account_key m_key
const char * m_username
uint m_username_length
const char * m_hostname
uint m_hostname_length
PFS_userm_user
PFS_hostm_host
ulonglong m_disconnected_count
- Public Attributes inherited from PFS_connection_slice
PFS_single_statm_instr_class_waits_stats
PFS_stage_statm_instr_class_stages_stats
PFS_statement_statm_instr_class_statements_stats

Additional Inherited Members

- Static Public Member Functions inherited from PFS_connection_slice
static PFS_single_statalloc_waits_slice (uint sizing)
static PFS_stage_statalloc_stages_slice (uint sizing)
static PFS_statement_statalloc_statements_slice (uint sizing)

Detailed Description

Definition at line 49 of file pfs_account.h.

Member Data Documentation

pfs_lock PFS_account::m_lock

Internal lock.

Definition at line 80 of file pfs_account.h.


The documentation for this struct was generated from the following files: