![]() |
MySQL 8.0.42
Source Code Documentation
|
A structure to define a handle for table in plugin/component code. More...
Public Member Functions | |
bool | fetch_row_data () |
Fetch values required for the row and stores into row struct members. More... | |
Public Attributes | |
unsigned long long | current_pos {0} |
Replication_group_communication_information | row |
A structure to define a handle for table in plugin/component code.
bool gr::perfschema::Replication_group_communication_information_table_handle::fetch_row_data | ( | ) |
Fetch values required for the row and stores into row struct members.
This stored data is read later through read_row_values().
0 | Success |
1 | Failure |
unsigned long long gr::perfschema::Replication_group_communication_information_table_handle::current_pos {0} |
Replication_group_communication_information gr::perfschema::Replication_group_communication_information_table_handle::row |