|
MySQL 5.6.14 Source Code Document
|


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_object * | setup_object_array |
| LF_HASH | setup_object_hash |
Performance schema setup object (declarations).
Definition in file pfs_setup_object.h.