MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Idle Instrumentation
Collaboration diagram for Idle Instrumentation:

Macros

#define MYSQL_START_IDLE_WAIT(LOCKER, STATE)   do {} while (0)
#define MYSQL_END_IDLE_WAIT(LOCKER)   do {} while (0)

Detailed Description

Macro Definition Documentation

#define MYSQL_END_IDLE_WAIT (   LOCKER)    do {} while (0)

Instrumentation helper for idle waits. This instrumentation marks the end of a wait event.

Parameters
LOCKERthe locker
See Also
MYSQL_START_IDLE_WAIT.

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.

Parameters
LOCKERthe locker
STATEthe locker state
See Also
MYSQL_END_IDLE_WAIT.

Definition at line 44 of file mysql_idle.h.