26#ifndef GROUP_REPLICATION_TABLE_COMMUNICATION_INFORMATION_H
27#define GROUP_REPLICATION_TABLE_COMMUNICATION_INFORMATION_H
43 bool scan [[maybe_unused]]);
47 unsigned int index [[maybe_unused]]);
52 static constexpr unsigned long long NR_ROWS{1};
Definition: group_replication_priv.h:44
static int handle(int sql_errno, const char *sqlstate, const char *message, void *state)
Bridge function between the C++ API offered by this module and the C API of the parser service.
Definition: services.cc:64
struct PSI_table_handle PSI_table_handle
This is an opaque structure to denote table handle in plugin/component code.
Definition: pfs_plugin_table_service.h:97
struct PSI_pos PSI_pos
This is an opaque structure to denote cursor position in plugin/component code.
Definition: pfs_plugin_table_service.h:102
struct PSI_field PSI_field
This is an opaque structure to denote filed in plugin/component code.
Definition: pfs_plugin_table_service.h:93