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_user.h"
#include "pfs_global.h"
#include "pfs_instr_class.h"
Go to the source code of this file.
Functions | |
int | init_user (const PFS_global_param *param) |
void | cleanup_user (void) |
C_MODE_END int | init_user_hash (void) |
void | cleanup_user_hash (void) |
PFS_user * | find_or_create_user (PFS_thread *thread, const char *username, uint username_length) |
PFS_user * | sanitize_user (PFS_user *unsafe) |
void | purge_user (PFS_thread *thread, PFS_user *user) |
void | purge_all_user (void) |
Variables | |
ulong | user_max |
ulong | user_lost |
PFS_user * | user_array = NULL |
LF_HASH | user_hash |
Performance schema user (implementation).
Definition in file pfs_user.cc.