MySQL 9.1.0
Source Code Documentation
|
A concrete connection visitor that aggregates statement statistics for all events. More...
#include <pfs_visitor.h>
Public Member Functions | |
PFS_connection_all_statement_visitor () | |
Constructor. More... | |
~PFS_connection_all_statement_visitor () override | |
void | visit_global () override |
Visit all connections. More... | |
void | visit_host (PFS_host *pfs) override |
Visit all connections of a host. More... | |
void | visit_account (PFS_account *pfs) override |
Visit all connections of a user+host. More... | |
void | visit_user (PFS_user *pfs) override |
Visit all connections of a user. More... | |
void | visit_thread (PFS_thread *pfs) override |
Visit a thread. More... | |
Public Member Functions inherited from PFS_connection_visitor | |
PFS_connection_visitor ()=default | |
virtual | ~PFS_connection_visitor ()=default |
virtual void | visit_THD (THD *) |
Visit a THD associated with a thread. More... | |
Public Attributes | |
PFS_statement_stat | m_stat |
Statement statistic collected. More... | |
Private Member Functions | |
void | visit_connection_slice (PFS_connection_slice *pfs) |
A concrete connection visitor that aggregates statement statistics for all events.
PFS_statement_stat PFS_connection_all_statement_visitor::m_stat |
Statement statistic collected.