|
MySQL 5.6.14 Source Code Document
|
#include "my_global.h"#include "my_pthread.h"#include "my_atomic.h"#include "sql_plugin.h"#include "mysql/plugin.h"#include "ha_perfschema.h"#include "pfs_engine_table.h"#include "pfs_column_values.h"#include "pfs_instr_class.h"#include "pfs_instr.h"#include "pfs_account.h"#include "pfs_host.h"#include "pfs_user.h"
Go to the source code of this file.
Functions | |
| mysql_declare_plugin (perfschema) | |
Variables | |
| handlerton * | pfs_hton = NULL |
| struct st_mysql_storage_engine | pfs_storage_engine |
| const char * | pfs_engine_name = "PERFORMANCE_SCHEMA" |
| mysql_declare_plugin_end | |
Performance schema storage engine (implementation).
Definition in file ha_perfschema.cc.
| struct st_mysql_storage_engine pfs_storage_engine |
Definition at line 174 of file ha_perfschema.cc.