![]() |
MySQL 9.7.0
Source Code Documentation
|
Classes | |
| class | Applier_metrics_table_with_cursor |
| Implementation of the replication_applier_metrics table. More... | |
| class | Worker_metrics_table_with_cursor |
| Implementation of the replication_applier_progress_by_worker table. More... | |
Functions | |
| PFS_engine_table_share_proxy * | get_applier_metrics_table_share () |
| Return the table share for the replication_applier_metrics table. More... | |
| static mysql_service_status_t | applier_metrics_init () |
| Component's init function. More... | |
| static mysql_service_status_t | applier_metrics_deinit () |
| Component's deinit functions. More... | |
| bool | register_pfs_tables () |
| Register PFS tables in the server. More... | |
| bool | unregister_pfs_tables () |
| Removes the registered PFS tables in the server. More... | |
| PFS_engine_table_share_proxy * | get_worker_metrics_table_share () |
| Return the table share for the replication_applier_progress_by_worker table. More... | |
Variables | |
| static PFS_engine_table_share_proxy * | share_list [2] |
|
static |
Component's deinit functions.
Deregisters everything that was registered by init.
| 1 | Error |
| 0 | Success |
|
static |
Component's init function.
Any failure will result into deregistering already registered parts
| 1 | Error |
| 0 | Success |
| PFS_engine_table_share_proxy * applier_metrics::get_applier_metrics_table_share | ( | ) |
Return the table share for the replication_applier_metrics table.
Return the object that defines the replication_applier_metrics table.
| PFS_engine_table_share_proxy * applier_metrics::get_worker_metrics_table_share | ( | ) |
Return the table share for the replication_applier_progress_by_worker table.
Return the object that defines the replication_applier_progress_by_worker table.
| bool applier_metrics::register_pfs_tables | ( | ) |
Register PFS tables in the server.
| bool applier_metrics::unregister_pfs_tables | ( | ) |
Removes the registered PFS tables in the server.
|
static |