24#ifndef TABLE_REPLICATION_APPLIER_STATUS_H
25#define TABLE_REPLICATION_APPLIER_STATUS_H
50#ifndef ENUM_RPL_YES_NO
51#define ENUM_RPL_YES_NO
108 bool read_all)
override;
123 int rnd_pos(
const void *pos)
override;
Definition: pfs_engine_table.h:299
An abstract PERFORMANCE_SCHEMA table.
Definition: pfs_engine_table.h:69
Definition: table_replication_applier_status.h:66
virtual bool match(Master_info *mi)
Definition: table_replication_applier_status.cc:82
PFS_key_name m_key
Definition: table_replication_applier_status.h:76
PFS_index_rpl_applier_status()
Definition: table_replication_applier_status.h:68
~PFS_index_rpl_applier_status() override=default
Definition: table_helper.h:1507
Class to hold information regarding a table to be created on behalf of a plugin.
Definition: plugin_table.h:39
Table PERFORMANCE_SCHEMA.replication_applier_status.
Definition: table_replication_applier_status.h:80
PFS_index_rpl_applier_status * m_opened_index
Definition: table_replication_applier_status.h:129
static Plugin_table m_table_def
Table definition.
Definition: table_replication_applier_status.h:89
int read_row_values(TABLE *table, unsigned char *buf, Field **fields, bool read_all) override
Read the current row values.
Definition: table_replication_applier_status.cc:234
static PFS_engine_table * create(PFS_engine_table_share *)
Definition: table_replication_applier_status.cc:99
PFS_simple_index pos_t
Definition: table_replication_applier_status.h:81
static PFS_engine_table_share m_share
Table share.
Definition: table_replication_applier_status.h:116
static ha_rows get_row_count()
Definition: table_replication_applier_status.cc:114
st_row_applier_status m_row
Current row.
Definition: table_replication_applier_status.h:92
table_replication_applier_status()
Definition: table_replication_applier_status.cc:104
int rnd_pos(const void *pos) override
Fetch a row by position.
Definition: table_replication_applier_status.cc:137
int index_next() override
Find key in index, read record.
Definition: table_replication_applier_status.cc:166
pos_t m_next_pos
Next position.
Definition: table_replication_applier_status.h:96
int rnd_next() override
Fetch the next row in this cursor.
Definition: table_replication_applier_status.cc:118
void reset_position() override
Reset the cursor position to the beginning of the table.
Definition: table_replication_applier_status.cc:109
int index_init(uint idx, bool sorted) override
Definition: table_replication_applier_status.cc:156
~table_replication_applier_status() override
static THR_LOCK m_table_lock
Table share lock.
Definition: table_replication_applier_status.h:87
int make_row(Master_info *mi)
Definition: table_replication_applier_status.cc:191
pos_t m_pos
Current position.
Definition: table_replication_applier_status.h:94
This file includes constants used by all storage engines.
my_off_t ha_rows
Definition: my_base.h:1139
Definition: buf0block_hint.cc:29
Performance schema tables (declarations).
#define CHANNEL_NAME_LENGTH
Definition: rpl_info.h:40
A PERFORMANCE_SCHEMA table share.
Definition: pfs_engine_table.h:357
Position of a cursor, for simple iterations.
Definition: pfs_engine_table.h:557
Definition: thr_lock.h:138
A row in the table.
Definition: table_replication_applier_status.h:57
uint channel_name_length
Definition: table_replication_applier_status.h:59
char channel_name[CHANNEL_NAME_LENGTH]
Definition: table_replication_applier_status.h:58
uint remaining_delay
Definition: table_replication_applier_status.h:61
ulong count_transactions_retries
Definition: table_replication_applier_status.h:63
bool remaining_delay_is_set
Definition: table_replication_applier_status.h:62
enum_rpl_yes_no service_state
Definition: table_replication_applier_status.h:60
Helpers to implement a performance schema table.
enum_rpl_yes_no
Definition: table_replication_applier_configuration.h:49
unsigned int uint
Definition: uca9-dump.cc:74