|
MySQL 5.6.14 Source Code Document
|


Go to the source code of this file.
Classes | |
| struct | PFS_setup_actor_key |
| struct | PFS_setup_actor |
Macros | |
| #define | ROLENAME_LENGTH 64 |
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 |
| LF_HASH | setup_actor_hash |
Performance schema setup actors (declarations).
Definition in file pfs_setup_actor.h.