MySQL 9.1.0
Source Code Documentation
|
An instrumented cond structure. More...
#include <mysql_cond_bits.h>
Public Attributes | |
native_cond_t | m_cond |
The real condition. More... | |
struct PSI_cond * | m_psi |
The instrumentation hook. More... | |
An instrumented cond structure.
mysql_cond_t
is a drop-in replacement for native_cond_t
.
native_cond_t mysql_cond_t::m_cond |
The real condition.
struct PSI_cond* mysql_cond_t::m_psi |
The instrumentation hook.
Note that this hook is not conditionally defined, for binary compatibility of the mysql_cond_t
interface.