MySQL 8.4.2
Source Code Documentation
|
Public Member Functions | |
LO_cond (const LO_cond_class *klass) | |
~LO_cond ()=default | |
const LO_cond_class * | get_class () const |
Static Public Member Functions | |
static PSI_cond * | to_psi (LO_cond *lo) |
static LO_cond * | from_psi (PSI_cond *psi) |
Public Attributes | |
PSI_cond * | m_chain |
Public Attributes inherited from PSI_instr | |
bool | m_enabled |
Instrumentation is enabled. More... | |
Private Attributes | |
const LO_cond_class * | m_class |
|
explicit |
|
default |
|
inline |
PSI_cond* LO_cond::m_chain |
|
private |