|
MySQL 5.6.14 Source Code Document
|
#include "my_global.h"#include "my_sys.h"#include "my_base.h"#include "pfs.h"#include "pfs_stat.h"#include "pfs_instr.h"#include "pfs_setup_actor.h"#include "pfs_global.h"
Go to the source code of this file.
Functions | |
| int | init_setup_actor (const PFS_global_param *param) |
| void | cleanup_setup_actor (void) |
| C_MODE_END int | init_setup_actor_hash (void) |
| void | cleanup_setup_actor_hash (void) |
| int | insert_setup_actor (const String *user, const String *host, const String *role) |
| int | delete_setup_actor (const String *user, const String *host, const String *role) |
| int | reset_setup_actor () |
| long | setup_actor_count () |
| void | lookup_setup_actor (PFS_thread *thread, const char *user, uint user_length, const char *host, uint host_length, bool *enabled) |
Variables | |
| ulong | setup_actor_max |
| PFS_setup_actor * | setup_actor_array = NULL |
| LF_HASH | setup_actor_hash |
Performance schema setup actor (implementation).
Definition in file pfs_setup_actor.cc.