MySQL 5.6.14 Source Code Document
|
#include "mysql/psi/psi.h"
Go to the source code of this file.
Macros | |
#define | MYSQL_TABLE_WAIT_VARIABLES(LOCKER, STATE) |
#define | MYSQL_TABLE_IO_WAIT(PSI, OP, INDEX, FLAGS, PAYLOAD) PAYLOAD |
#define | MYSQL_TABLE_LOCK_WAIT(PSI, OP, FLAGS, PAYLOAD) PAYLOAD |
#define | MYSQL_START_TABLE_LOCK_WAIT(LOCKER, STATE, PSI, OP, FLAGS) do {} while (0) |
#define | MYSQL_END_TABLE_LOCK_WAIT(LOCKER) do {} while (0) |
Instrumentation helpers for table io.
Definition in file mysql_table.h.