MySQL 9.1.0
Source Code Documentation
|
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... | |
Define for performance schema registration key.
|
inline |
Default Constructor.
|
inline |
Constructor.
|
inlinestatic |
Retrieve the count.
unsigned int mysql_pfs_key_t::m_value |
|
staticprivate |
To keep count of number of PS keys defined.