24#ifndef TABLE_LOG_STATUS_H
25#define TABLE_LOG_STATUS_H
79 bool read_all)
override;
93 int rnd_pos(
const void *pos)
override;
Abstraction for accessing JSON values irrespective of whether they are (started out as) binary JSON v...
Definition: json_dom.h:1150
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.LOG_STATUS.
Definition: table_log_status.h:53
table_log_status()
Definition: table_log_status.cc:79
int rnd_pos(const void *pos) override
Fetch a row by position.
Definition: table_log_status.cc:102
static PFS_engine_table_share m_share
Table share.
Definition: table_log_status.h:87
static ha_rows get_row_count()
Definition: table_log_status.cc:89
int make_row()
Definition: table_log_status.cc:139
PFS_simple_index m_pos
Current position.
Definition: table_log_status.h:65
st_row_log_status m_row
Current row.
Definition: table_log_status.h:63
int read_row_values(TABLE *table, unsigned char *buf, Field **fields, bool read_all) override
Read the current row values.
Definition: table_log_status.cc:322
void reset_position() override
Reset the cursor position to the beginning of the table.
Definition: table_log_status.cc:84
static Plugin_table m_table_def
Table definition.
Definition: table_log_status.h:60
int rnd_next() override
Fetch the next row in this cursor.
Definition: table_log_status.cc:91
PFS_simple_index m_next_pos
Next position.
Definition: table_log_status.h:67
static PFS_engine_table * create(PFS_engine_table_share *)
Definition: table_log_status.cc:75
static THR_LOCK m_table_lock
Table share lock.
Definition: table_log_status.h:58
~table_log_status() override
my_off_t ha_rows
Definition: my_base.h:1141
static PFS_engine_table_share_proxy table
Definition: pfs.cc:61
Definition: buf0block_hint.cc:30
Data types for columns used in the performance schema tables (declarations)
Performance schema tables (declarations).
File containing constants that can be used throughout the server.
constexpr const size_t UUID_LENGTH
Definition: sql_const.h:266
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
Definition: table_log_status.h:41
Json_wrapper w_replication
Definition: table_log_status.h:44
Json_wrapper w_local
Definition: table_log_status.h:43
char server_uuid[UUID_LENGTH]
Definition: table_log_status.h:42
st_row_log_status()=default
Json_wrapper w_storage_engines
Definition: table_log_status.h:45
void cleanup()
Definition: table_log_status.h:49