|
MySQL 5.6.14 Source Code Document
|
|
Macros | |
| #define | MYSQL_START_IDLE_WAIT(LOCKER, STATE) do {} while (0) |
| #define | MYSQL_END_IDLE_WAIT(LOCKER) do {} while (0) |
| #define MYSQL_END_IDLE_WAIT | ( | LOCKER | ) | do {} while (0) |
Instrumentation helper for idle waits. This instrumentation marks the end of a wait event.
| LOCKER | the locker |
Definition at line 59 of file mysql_idle.h.
| #define MYSQL_START_IDLE_WAIT | ( | LOCKER, | |
| STATE | |||
| ) | do {} while (0) |
Instrumentation helper for table io_waits. This instrumentation marks the start of a wait event.
| LOCKER | the locker |
| STATE | the locker state |
Definition at line 44 of file mysql_idle.h.