![]() |
MySQL 9.3.0
Source Code Documentation
|
#include "mrs/database/helper/query_retry_on_ro.h"
Go to the source code of this file.
Classes | |
class | mrs::monitored::QueryRetryOnRO |
This class is dedicated for monitoring of generating timeouts. More... | |
Namespaces | |
namespace | mrs |
namespace | mrs::monitored |
Functions | |
void | mrs::monitored::throw_rest_error_asof_timeout_if_not_gtid_executed (mysqlrouter::MySQLSession *session, const mysqlrouter::sqlstring >id) |
This function is dedicated for monitoring of generated timeouts. More... | |
void | mrs::monitored::throw_rest_error_asof_timeout () |
This function is dedicated for monitoring of generated timeouts. More... | |
void | mrs::monitored::count_using_wait_at_ro_connection () |
This function is dedicated for monitoring "asof/wait for gtid" executions on RO connection. More... | |
void | mrs::monitored::count_using_wait_at_rw_connection () |
This function is dedicated for monitoring "asof/wait for gtid" executions on RW connection. More... | |
void | mrs::monitored::count_after_wait_timeout_switch_ro_to_rw () |
This function is dedicated for monitoring "asof/wait for gtid" where MRS switched from RO to RW. More... | |