MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
ha_perfschema.cc File Reference
#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"
Include dependency graph for ha_perfschema.cc:

Go to the source code of this file.

Functions

 mysql_declare_plugin (perfschema)

Variables

handlertonpfs_hton = NULL
struct st_mysql_storage_engine pfs_storage_engine
const char * pfs_engine_name = "PERFORMANCE_SCHEMA"
 mysql_declare_plugin_end

Detailed Description

Performance schema storage engine (implementation).

Definition in file ha_perfschema.cc.

Variable Documentation

struct st_mysql_storage_engine pfs_storage_engine
Initial value:
{ MYSQL_HANDLERTON_INTERFACE_VERSION }

Definition at line 174 of file ha_perfschema.cc.