MySQL 9.1.0
Source Code Documentation
|
Literal values for columns used in the performance schema tables (implementation). More...
#include "storage/perfschema/pfs_column_values.h"
#include "lex_string.h"
#include "string_with_len.h"
Variables | |
LEX_CSTRING | PERFORMANCE_SCHEMA_str = {STRING_WITH_LEN("performance_schema")} |
String, "PERFORMANCE_SCHEMA". More... | |
LEX_CSTRING | mutex_instrument_prefix = {STRING_WITH_LEN("wait/synch/mutex")} |
String prefix for all mutex instruments. More... | |
LEX_CSTRING | prlock_instrument_prefix = {STRING_WITH_LEN("wait/synch/prlock")} |
String prefix for all prlock instruments. More... | |
LEX_CSTRING | rwlock_instrument_prefix = {STRING_WITH_LEN("wait/synch/rwlock")} |
String prefix for all rwlock instruments. More... | |
LEX_CSTRING | sxlock_instrument_prefix = {STRING_WITH_LEN("wait/synch/sxlock")} |
String prefix for all sxlock instruments. More... | |
LEX_CSTRING | cond_instrument_prefix = {STRING_WITH_LEN("wait/synch/cond")} |
String prefix for all cond instruments. More... | |
LEX_CSTRING | file_instrument_prefix = {STRING_WITH_LEN("wait/io/file")} |
String prefix for all file instruments. More... | |
LEX_CSTRING | table_io_class_name |
Name of the global table I/O class. More... | |
LEX_CSTRING | table_lock_class_name |
Name of the global table lock class. More... | |
LEX_CSTRING | socket_instrument_prefix = {STRING_WITH_LEN("wait/io/socket")} |
String prefix for all socket instruments. More... | |
LEX_CSTRING | idle_class_name = {STRING_WITH_LEN("idle")} |
Name of the global idle class. More... | |
LEX_CSTRING | metadata_lock_class_name |
Name of the global metadata lock class. More... | |
LEX_CSTRING | thread_instrument_prefix = {STRING_WITH_LEN("thread")} |
String prefix for all thread instruments. More... | |
LEX_CSTRING | stage_instrument_prefix = {STRING_WITH_LEN("stage")} |
String prefix for all stage instruments. More... | |
LEX_CSTRING | statement_instrument_prefix = {STRING_WITH_LEN("statement")} |
String prefix for all statement instruments. More... | |
LEX_CSTRING | transaction_instrument_prefix = {STRING_WITH_LEN("transaction")} |
String prefix for all transaction instruments. More... | |
LEX_CSTRING | builtin_memory_instrument_prefix |
String prefix for built-in memory instruments. More... | |
LEX_CSTRING | memory_instrument_prefix = {STRING_WITH_LEN("memory")} |
String prefix for all memory instruments. More... | |
LEX_CSTRING | error_class_name = {STRING_WITH_LEN("error")} |
Name of the global error class. More... | |
LEX_CSTRING | meter_instrument_prefix = {STRING_WITH_LEN("meter")} |
String prefix for all meter instruments. More... | |
LEX_CSTRING | metric_instrument_prefix = {STRING_WITH_LEN("metric")} |
String prefix for all metric instruments. More... | |
LEX_CSTRING | logger_instrument_prefix = {STRING_WITH_LEN("logger")} |
String prefix for all logger instruments. More... | |
Literal values for columns used in the performance schema tables (implementation).
LEX_CSTRING builtin_memory_instrument_prefix |
String prefix for built-in memory instruments.
LEX_CSTRING cond_instrument_prefix = {STRING_WITH_LEN("wait/synch/cond")} |
String prefix for all cond instruments.
LEX_CSTRING error_class_name = {STRING_WITH_LEN("error")} |
Name of the global error class.
LEX_CSTRING file_instrument_prefix = {STRING_WITH_LEN("wait/io/file")} |
String prefix for all file instruments.
LEX_CSTRING idle_class_name = {STRING_WITH_LEN("idle")} |
Name of the global idle class.
LEX_CSTRING logger_instrument_prefix = {STRING_WITH_LEN("logger")} |
String prefix for all logger instruments.
LEX_CSTRING memory_instrument_prefix = {STRING_WITH_LEN("memory")} |
String prefix for all memory instruments.
LEX_CSTRING metadata_lock_class_name |
Name of the global metadata lock class.
LEX_CSTRING meter_instrument_prefix = {STRING_WITH_LEN("meter")} |
String prefix for all meter instruments.
LEX_CSTRING metric_instrument_prefix = {STRING_WITH_LEN("metric")} |
String prefix for all metric instruments.
LEX_CSTRING mutex_instrument_prefix = {STRING_WITH_LEN("wait/synch/mutex")} |
String prefix for all mutex instruments.
LEX_CSTRING PERFORMANCE_SCHEMA_str = {STRING_WITH_LEN("performance_schema")} |
String, "PERFORMANCE_SCHEMA".
LEX_CSTRING prlock_instrument_prefix = {STRING_WITH_LEN("wait/synch/prlock")} |
String prefix for all prlock instruments.
LEX_CSTRING rwlock_instrument_prefix = {STRING_WITH_LEN("wait/synch/rwlock")} |
String prefix for all rwlock instruments.
LEX_CSTRING socket_instrument_prefix = {STRING_WITH_LEN("wait/io/socket")} |
String prefix for all socket instruments.
LEX_CSTRING stage_instrument_prefix = {STRING_WITH_LEN("stage")} |
String prefix for all stage instruments.
LEX_CSTRING statement_instrument_prefix = {STRING_WITH_LEN("statement")} |
String prefix for all statement instruments.
LEX_CSTRING sxlock_instrument_prefix = {STRING_WITH_LEN("wait/synch/sxlock")} |
String prefix for all sxlock instruments.
LEX_CSTRING table_io_class_name |
Name of the global table I/O class.
LEX_CSTRING table_lock_class_name |
Name of the global table lock class.
LEX_CSTRING thread_instrument_prefix = {STRING_WITH_LEN("thread")} |
String prefix for all thread instruments.
LEX_CSTRING transaction_instrument_prefix = {STRING_WITH_LEN("transaction")} |
String prefix for all transaction instruments.