MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
pfs_setup_object.h File Reference
#include "pfs_lock.h"
#include "lf.h"
Include dependency graph for pfs_setup_object.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  PFS_setup_object_key
struct  PFS_setup_object

Functions

int init_setup_object (const PFS_global_param *param)
void cleanup_setup_object (void)
C_MODE_END int init_setup_object_hash (void)
void cleanup_setup_object_hash (void)
int insert_setup_object (enum_object_type object_type, const String *schema, const String *object, bool enabled, bool timed)
int delete_setup_object (enum_object_type object_type, const String *schema, const String *object)
int reset_setup_object ()
long setup_object_count ()
void lookup_setup_object (PFS_thread *thread, enum_object_type object_type, const char *schema_name, int schema_name_length, const char *object_name, int object_name_length, bool *enabled, bool *timed)

Variables

ulong setup_object_max
PFS_setup_objectsetup_object_array
LF_HASH setup_object_hash

Detailed Description

Performance schema setup object (declarations).

Definition in file pfs_setup_object.h.