MySQL 9.1.0
Source Code Documentation
|
Instrumentation helpers for idle waits. More...
Go to the source code of this file.
Macros | |
#define | MYSQL_START_IDLE_WAIT(LOCKER, STATE) LOCKER = inline_mysql_start_idle_wait(STATE, __FILE__, __LINE__) |
Instrumentation helper for table io_waits. More... | |
#define | MYSQL_END_IDLE_WAIT(LOCKER) inline_mysql_end_idle_wait(LOCKER) |
Instrumentation helper for idle waits. More... | |
Functions | |
static struct PSI_idle_locker * | inline_mysql_start_idle_wait (PSI_idle_locker_state *state, const char *src_file, int src_line) |
Instrumentation calls for MYSQL_START_IDLE_WAIT. More... | |
static void | inline_mysql_end_idle_wait (struct PSI_idle_locker *locker) |
Instrumentation calls for MYSQL_END_IDLE_WAIT. More... | |
Instrumentation helpers for idle waits.