MySQL 5.6.14 Source Code Document
|
#include <pfs_visitor.h>
Static Public Member Functions | |
static void | visit_global (bool with_hosts, bool with_users, bool with_accounts, bool with_threads, PFS_connection_visitor *visitor) |
static void | visit_host (PFS_host *host, bool with_accounts, bool with_threads, PFS_connection_visitor *visitor) |
static void | visit_user (PFS_user *user, bool with_accounts, bool with_threads, PFS_connection_visitor *visitor) |
static void | visit_account (PFS_account *account, bool with_threads, PFS_connection_visitor *visitor) |
static void | visit_thread (PFS_thread *thread, PFS_connection_visitor *visitor) |
Iterator over groups of connections.
Definition at line 77 of file pfs_visitor.h.
|
inlinestatic |
Visit a thread or connection.
thread | the thread to visit. |
visitor | the visitor to call |
Definition at line 122 of file pfs_visitor.h.