25#ifndef TABLE_REPLICATION_GROUP_MEMBER_STATS_H
26#define TABLE_REPLICATION_GROUP_MEMBER_STATS_H
110 bool read_all)
override;
122 int rnd_pos(
const void *pos)
override;
An abstract PERFORMANCE_SCHEMA table.
Definition: pfs_engine_table.h:70
Class to hold information regarding a table to be created on behalf of a plugin.
Definition: plugin_table.h:40
Table PERFORMANCE_SCHEMA.REPLICATION_GROUP_MEMBER_STATS.
Definition: table_replication_group_member_stats.h:82
PFS_simple_index pos_t
Definition: table_replication_group_member_stats.h:83
st_row_group_member_stats m_row
Current row.
Definition: table_replication_group_member_stats.h:94
int read_row_values(TABLE *table, unsigned char *buf, Field **fields, bool read_all) override
Read the current row values.
Definition: table_replication_group_member_stats.cc:289
pos_t m_next_pos
Next position.
Definition: table_replication_group_member_stats.h:98
void reset_position() override
Reset the cursor position to the beginning of the table.
Definition: table_replication_group_member_stats.cc:209
int make_row(uint index)
Definition: table_replication_group_member_stats.cc:246
static PFS_engine_table * create(PFS_engine_table_share *)
Definition: table_replication_group_member_stats.cc:192
int rnd_pos(const void *pos) override
Fetch a row by position.
Definition: table_replication_group_member_stats.cc:233
static ha_rows get_row_count()
Definition: table_replication_group_member_stats.cc:214
pos_t m_pos
Current position.
Definition: table_replication_group_member_stats.h:96
table_replication_group_member_stats()
Definition: table_replication_group_member_stats.cc:197
int rnd_next() override
Fetch the next row in this cursor.
Definition: table_replication_group_member_stats.cc:218
static THR_LOCK m_table_lock
Table share lock.
Definition: table_replication_group_member_stats.h:89
~table_replication_group_member_stats() override
Definition: table_replication_group_member_stats.cc:202
static Plugin_table m_table_def
Table definition.
Definition: table_replication_group_member_stats.h:91
static PFS_engine_table_share m_share
Table share.
Definition: table_replication_group_member_stats.h:118
This file includes constants used by all storage engines.
my_off_t ha_rows
Definition: my_base.h:1141
Common definition used by mysys, performance schema and server & client.
static constexpr int HOSTNAME_LENGTH
Definition: my_hostname.h:43
Some integer typedefs for easier portability.
unsigned long long int ulonglong
Definition: my_inttypes.h:56
Common definition between mysql server & client.
static PFS_engine_table_share_proxy table
Definition: pfs.cc:61
Definition: buf0block_hint.cc:30
Performance schema tables (declarations).
#define CHANNEL_NAME_LENGTH
Definition: rpl_info.h:41
File containing constants that can be used throughout the server.
constexpr const size_t UUID_LENGTH
Definition: sql_const.h:266
static const int MAX_TEXT_LENGTH
The maximal length of the textual representation of a TSID, not including the terminating '\0'.
Definition: rpl_gtid.h:1138
A PERFORMANCE_SCHEMA table share.
Definition: pfs_engine_table.h:359
Position of a cursor, for simple iterations.
Definition: pfs_engine_table.h:567
Definition: thr_lock.h:139
A row in node status table.
Definition: table_replication_group_member_stats.h:60
ulonglong trx_local_proposed
Definition: table_replication_group_member_stats.h:77
char view_id[HOSTNAME_LENGTH]
Definition: table_replication_group_member_stats.h:63
uint member_id_length
Definition: table_replication_group_member_stats.h:66
char channel_name[CHANNEL_NAME_LENGTH]
Definition: table_replication_group_member_stats.h:61
ulonglong trx_in_queue
Definition: table_replication_group_member_stats.h:67
ulonglong trx_conflicts
Definition: table_replication_group_member_stats.h:69
ulonglong trx_remote_applier_queue
Definition: table_replication_group_member_stats.h:75
ulonglong trx_remote_applied
Definition: table_replication_group_member_stats.h:76
char member_id[UUID_LENGTH]
Definition: table_replication_group_member_stats.h:65
ulonglong trx_rows_validating
Definition: table_replication_group_member_stats.h:70
char * trx_committed
Definition: table_replication_group_member_stats.h:71
ulonglong trx_local_rollback
Definition: table_replication_group_member_stats.h:78
size_t trx_committed_length
Definition: table_replication_group_member_stats.h:72
uint channel_name_length
Definition: table_replication_group_member_stats.h:62
int last_cert_trx_length
Definition: table_replication_group_member_stats.h:74
uint view_id_length
Definition: table_replication_group_member_stats.h:64
ulonglong trx_checked
Definition: table_replication_group_member_stats.h:68
char last_cert_trx[Gtid::MAX_TEXT_LENGTH+1]
Definition: table_replication_group_member_stats.h:73