|
MySQL 5.6.14 Source Code Document
|
#include "my_global.h"#include "my_sys.h"#include "pfs.h"#include "pfs_stat.h"#include "pfs_instr.h"#include "pfs_setup_actor.h"#include "pfs_host.h"#include "pfs_global.h"#include "pfs_instr_class.h"
Go to the source code of this file.
Functions | |
| int | init_host (const PFS_global_param *param) |
| void | cleanup_host (void) |
| C_MODE_END int | init_host_hash (void) |
| void | cleanup_host_hash (void) |
| PFS_host * | find_or_create_host (PFS_thread *thread, const char *hostname, uint hostname_length) |
| PFS_host * | sanitize_host (PFS_host *unsafe) |
| void | purge_host (PFS_thread *thread, PFS_host *host) |
| void | purge_all_host (void) |
Variables | |
| ulong | host_max |
| ulong | host_lost |
| PFS_host * | host_array = NULL |
| LF_HASH | host_hash |
Performance schema host (implementation).
Definition in file pfs_host.cc.