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

Go to the source code of this file.

Variables

LEX_STRING PERFORMANCE_SCHEMA_str
LEX_STRING mutex_instrument_prefix
LEX_STRING rwlock_instrument_prefix
LEX_STRING cond_instrument_prefix
LEX_STRING thread_instrument_prefix
LEX_STRING file_instrument_prefix
LEX_STRING stage_instrument_prefix
LEX_STRING statement_instrument_prefix
LEX_STRING socket_instrument_prefix

Detailed Description

Literal values for columns used in the performance schema tables (declarations).

Definition in file pfs_column_values.h.

Variable Documentation

LEX_STRING cond_instrument_prefix

String prefix for all cond instruments.

Definition at line 34 of file pfs_column_values.cc.

LEX_STRING file_instrument_prefix

String prefix for all file instruments.

Definition at line 40 of file pfs_column_values.cc.

LEX_STRING mutex_instrument_prefix

String prefix for all mutex instruments.

Definition at line 28 of file pfs_column_values.cc.

LEX_STRING PERFORMANCE_SCHEMA_str

String, "PERFORMANCE_SCHEMA".

Definition at line 25 of file pfs_column_values.cc.

LEX_STRING rwlock_instrument_prefix

String prefix for all rwlock instruments.

Definition at line 31 of file pfs_column_values.cc.

LEX_STRING stage_instrument_prefix

String prefix for all stage instruments.

Definition at line 43 of file pfs_column_values.cc.

LEX_STRING statement_instrument_prefix

String prefix for all statement instruments.

Definition at line 46 of file pfs_column_values.cc.

LEX_STRING thread_instrument_prefix

String prefix for all thread instruments.

Definition at line 37 of file pfs_column_values.cc.