MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
pfs_column_values.cc File Reference
#include "my_global.h"
#include "pfs_column_values.h"
Include dependency graph for pfs_column_values.cc:

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 (implementation).

Definition in file pfs_column_values.cc.

Variable Documentation

LEX_STRING cond_instrument_prefix
Initial value:
{ C_STRING_WITH_LEN("wait/synch/cond/") }

String prefix for all cond instruments.

Definition at line 34 of file pfs_column_values.cc.

LEX_STRING file_instrument_prefix
Initial value:
{ C_STRING_WITH_LEN("wait/io/file/") }

String prefix for all file instruments.

Definition at line 40 of file pfs_column_values.cc.

LEX_STRING mutex_instrument_prefix
Initial value:
{ C_STRING_WITH_LEN("wait/synch/mutex/") }

String prefix for all mutex instruments.

Definition at line 28 of file pfs_column_values.cc.

LEX_STRING PERFORMANCE_SCHEMA_str
Initial value:
{ C_STRING_WITH_LEN("performance_schema") }

String, "PERFORMANCE_SCHEMA".

Definition at line 25 of file pfs_column_values.cc.

LEX_STRING rwlock_instrument_prefix
Initial value:
{ C_STRING_WITH_LEN("wait/synch/rwlock/") }

String prefix for all rwlock instruments.

Definition at line 31 of file pfs_column_values.cc.

LEX_STRING socket_instrument_prefix
Initial value:
{ C_STRING_WITH_LEN("wait/io/socket/") }

Definition at line 49 of file pfs_column_values.cc.

LEX_STRING stage_instrument_prefix
Initial value:
{ C_STRING_WITH_LEN("stage/") }

String prefix for all stage instruments.

Definition at line 43 of file pfs_column_values.cc.

LEX_STRING statement_instrument_prefix
Initial value:
{ C_STRING_WITH_LEN("statement/") }

String prefix for all statement instruments.

Definition at line 46 of file pfs_column_values.cc.

LEX_STRING thread_instrument_prefix
Initial value:
{ C_STRING_WITH_LEN("thread/") }

String prefix for all thread instruments.

Definition at line 37 of file pfs_column_values.cc.