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

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_hostfind_or_create_host (PFS_thread *thread, const char *hostname, uint hostname_length)
PFS_hostsanitize_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_hosthost_array = NULL
LF_HASH host_hash

Detailed Description

Performance schema host (implementation).

Definition in file pfs_host.cc.