MySQL 8.3.0
Source Code Documentation
mysql_pfs_key_t Struct Reference

Define for performance schema registration key. More...

#include <sync0sync.h>

Public Member Functions

 mysql_pfs_key_t ()
 Default Constructor. More...
 
 mysql_pfs_key_t (unsigned int val)
 Constructor. More...
 

Static Public Member Functions

static int get_count ()
 Retrieve the count. More...
 

Public Attributes

unsigned int m_value
 

Static Private Attributes

static unsigned int s_count = 0
 To keep count of number of PS keys defined. More...
 

Detailed Description

Define for performance schema registration key.

Constructor & Destructor Documentation

◆ mysql_pfs_key_t() [1/2]

mysql_pfs_key_t::mysql_pfs_key_t ( )
inline

Default Constructor.

◆ mysql_pfs_key_t() [2/2]

mysql_pfs_key_t::mysql_pfs_key_t ( unsigned int  val)
inline

Constructor.

Member Function Documentation

◆ get_count()

static int mysql_pfs_key_t::get_count ( )
inlinestatic

Retrieve the count.

Returns
number of keys defined

Member Data Documentation

◆ m_value

unsigned int mysql_pfs_key_t::m_value

◆ s_count

unsigned int mysql_pfs_key_t::s_count = 0
staticprivate

To keep count of number of PS keys defined.


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