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

Public Member Functions

void init_refcount (void)
int get_refcount (void)
void inc_refcount (void)
void dec_refcount (void)
void aggregate (void)
void aggregate_waits (void)
void aggregate_stages (void)
void aggregate_statements (void)
void aggregate_stats (void)
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_user_key m_key
const char * m_username
uint m_username_length
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 47 of file pfs_user.h.

Member Data Documentation

pfs_lock PFS_user::m_lock

Internal lock.

Definition at line 78 of file pfs_user.h.


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