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

Go to the source code of this file.

Classes

struct  PFS_host_key
struct  PFS_host

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_all_host (void)

Variables

ulong host_max
ulong host_lost
PFS_hosthost_array
LF_HASH host_hash

Detailed Description

Performance schema host (declarations).

Definition in file pfs_host.h.