summaryrefslogtreecommitdiff
path: root/storage/perfschema/table_replication_applier_status.h
diff options
context:
space:
mode:
Diffstat (limited to 'storage/perfschema/table_replication_applier_status.h')
-rw-r--r--storage/perfschema/table_replication_applier_status.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/storage/perfschema/table_replication_applier_status.h b/storage/perfschema/table_replication_applier_status.h
index 95845f38925..58b3900e3ef 100644
--- a/storage/perfschema/table_replication_applier_status.h
+++ b/storage/perfschema/table_replication_applier_status.h
@@ -34,8 +34,6 @@
#include "pfs_engine_table.h"
#include "rpl_mi.h"
#include "mysql_com.h"
-//#include "rpl_msr.h"
-//#include "rpl_info.h" /*CHANNEL_NAME_LENGTH*/
#include "my_thread.h"
class Master_info;
@@ -56,8 +54,8 @@ enum enum_rpl_yes_no {
/** A row in the table. */
struct st_row_applier_status {
- char channel_name[CHANNEL_NAME_LENGTH];
- uint channel_name_length;
+ char connection_name[CHANNEL_NAME_LENGTH];
+ uint connection_name_length;
enum_rpl_yes_no service_state;
uint remaining_delay;
bool remaining_delay_is_set;