![]() |
MySQL 26.7.0
Source Code Documentation
|
Aggregates MTA legacy statistics. More...
#include <session_legacy_stats.h>
Public Member Functions | |
| void | clear () |
| Resets temporary data (error, transaction information, thread id) More... | |
Public Attributes | |
| Trx_monitoring_info | m_ongoing_trx |
| Ongoing trx. More... | |
| Trx_monitoring_info | m_applied_trx |
| Last applied trx. More... | |
| Slave_reporting_capability::Error | m_error |
| Last error. More... | |
| std::string | m_channel_id |
| Channel id. More... | |
| std::size_t | m_psf_worker_id |
| PSF worker id (1...N) More... | |
| ulonglong | m_thread_id |
| Thread (psi) id or 0 if unavailable. More... | |
| bool | m_is_on {false} |
| Worker running state: true - active, false - inactive (idle channel) More... | |
Aggregates MTA legacy statistics.
| void mysql::csa::Session_legacy_stats::clear | ( | ) |
Resets temporary data (error, transaction information, thread id)
| Trx_monitoring_info mysql::csa::Session_legacy_stats::m_applied_trx |
Last applied trx.
| std::string mysql::csa::Session_legacy_stats::m_channel_id |
Channel id.
| Slave_reporting_capability::Error mysql::csa::Session_legacy_stats::m_error |
Last error.
| bool mysql::csa::Session_legacy_stats::m_is_on {false} |
Worker running state: true - active, false - inactive (idle channel)
| Trx_monitoring_info mysql::csa::Session_legacy_stats::m_ongoing_trx |
Ongoing trx.
| std::size_t mysql::csa::Session_legacy_stats::m_psf_worker_id |
PSF worker id (1...N)
| ulonglong mysql::csa::Session_legacy_stats::m_thread_id |
Thread (psi) id or 0 if unavailable.