# Functions
CreateVirtualDataSource is only used for test.
GetDBMeta returns db info for PerformanceSchema.
GetTable returns table instance for name.
NewPerfHandle creates a new perfSchema on store.
# Constants
Performance Schema Name.
Definition order same as MySQL's reference manual, so don't bother to adjust according to alphabetical order.
Definition order same as MySQL's reference manual, so don't bother to adjust according to alphabetical order.
Definition order same as MySQL's reference manual, so don't bother to adjust according to alphabetical order.
Definition order same as MySQL's reference manual, so don't bother to adjust according to alphabetical order.
Definition order same as MySQL's reference manual, so don't bother to adjust according to alphabetical order.
Definition order same as MySQL's reference manual, so don't bother to adjust according to alphabetical order.
Definition order same as MySQL's reference manual, so don't bother to adjust according to alphabetical order.
Definition order same as MySQL's reference manual, so don't bother to adjust according to alphabetical order.
Definition order same as MySQL's reference manual, so don't bother to adjust according to alphabetical order.
Definition order same as MySQL's reference manual, so don't bother to adjust according to alphabetical order.
Definition order same as MySQL's reference manual, so don't bother to adjust according to alphabetical order.
Definition order same as MySQL's reference manual, so don't bother to adjust according to alphabetical order.
Definition order same as MySQL's reference manual, so don't bother to adjust according to alphabetical order.
Definition order same as MySQL's reference manual, so don't bother to adjust according to alphabetical order.
Definition order same as MySQL's reference manual, so don't bother to adjust according to alphabetical order.
Definition order same as MySQL's reference manual, so don't bother to adjust according to alphabetical order.
Definition order same as MySQL's reference manual, so don't bother to adjust according to alphabetical order.
# Variables
ColumnGlobalStatus contains the column name definitions for table global_status, same as MySQL.
ColumnPreparedStmtsInstances contains the column name definitions for table prepared_statements_instances, same as MySQL.
ColumnSessionStatus contains the column name definitions for table session_status, same as MySQL.
ColumnSetupActors contains the column name definitions for table setup_actors, same as MySQL.
ColumnSetupConsumers contains the column name definitions for table setup_consumers, same as MySQL.
ColumnSetupInstruments contains the column name definitions for table setup_instruments, same as MySQL.
ColumnSetupObjects contains the column name definitions for table setup_objects, same as MySQL.
ColumnSetupTimers contains the column name definitions for table setup_timers, same as MySQL.
ColumnStagesCurrent contains the column name definitions for table events_stages_current, same as MySQL.
ColumnStagesHistory contains the column name definitions for table events_stages_history, same as MySQL.
ColumnStagesHistoryLong contains the column name definitions for table events_stages_history_long, same as MySQL.
ColumnStmtsCurrent contains the column name definitions for table events_statements_current, same as MySQL.
ColumnStmtsHistory contains the column name definitions for table events_statements_history, same as MySQL.
ColumnStmtsHistoryLong contains the column name definitions for table events_statements_history_long, same as MySQL.
ColumnTransCurrent contains the column name definitions for table events_transactions_current, same as MySQL.
ColumnTransHistory contains the column name definitions for table events_transactions_history, same as MySQL.
ColumnTransHistoryLong contains the column name definitions for table events_transactions_history_long, same as MySQL.
PerfSchemaTables is a shortcut to involve all table names.
# Structs
PerfSchema exports for test.