MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
mysql_table.h File Reference
#include "mysql/psi/psi.h"
Include dependency graph for mysql_table.h:
This graph shows which files directly or indirectly include this file:

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)

Detailed Description

Instrumentation helpers for table io.

Definition in file mysql_table.h.