|
MySQL 5.6.14 Source Code Document
|
#include <pfs_visitor.h>


Public Member Functions | |
| PFS_connection_statement_visitor (PFS_statement_class *klass) | |
| virtual void | visit_global () |
| virtual void | visit_host (PFS_host *pfs) |
| virtual void | visit_account (PFS_account *pfs) |
| virtual void | visit_user (PFS_user *pfs) |
| virtual void | visit_thread (PFS_thread *pfs) |
Public Attributes | |
| uint | m_index |
| PFS_statement_stat | m_stat |
A concrete connection visitor that aggregates statement statistics for a given event_name.
Definition at line 350 of file pfs_visitor.h.
| uint PFS_connection_statement_visitor::m_index |
EVENT_NAME instrument index.
Definition at line 363 of file pfs_visitor.h.
| PFS_statement_stat PFS_connection_statement_visitor::m_stat |
Statement statistic collected.
Definition at line 365 of file pfs_visitor.h.