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

Go to the source code of this file.

Macros

#define mysql_statement_register(P1, P2, P3)   do {} while (0)
#define MYSQL_DIGEST_START(LOCKER)   NULL
#define MYSQL_ADD_TOKEN(LOCKER, T, Y)   NULL
#define MYSQL_START_STATEMENT(STATE, K, DB, DB_LEN, CS)   NULL
#define MYSQL_REFINE_STATEMENT(LOCKER, K)   NULL
#define MYSQL_SET_STATEMENT_TEXT(LOCKER, P1, P2)   do {} while (0)
#define MYSQL_SET_STATEMENT_LOCK_TIME(LOCKER, P1)   do {} while (0)
#define MYSQL_SET_STATEMENT_ROWS_SENT(LOCKER, P1)   do {} while (0)
#define MYSQL_SET_STATEMENT_ROWS_EXAMINED(LOCKER, P1)   do {} while (0)
#define MYSQL_END_STATEMENT(LOCKER, DA)   do {} while (0)

Detailed Description

Instrumentation helpers for statements.

Definition in file mysql_statement.h.