summaryrefslogtreecommitdiff
path: root/sql/rpl_rli.h
diff options
context:
space:
mode:
Diffstat (limited to 'sql/rpl_rli.h')
-rw-r--r--sql/rpl_rli.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/rpl_rli.h b/sql/rpl_rli.h
index f89b40b1efc..4223e015ecd 100644
--- a/sql/rpl_rli.h
+++ b/sql/rpl_rli.h
@@ -387,11 +387,11 @@ public:
*/
slave_connection_state restart_gtid_pos;
- Relay_log_info(bool is_slave_recovery);
+ Relay_log_info(bool is_slave_recovery, const char* thread_name= "SQL");
~Relay_log_info();
/*
- Invalidate cached until_log_name and group_relay_log_name comparison
+ Invalidate cached until_log_name and group_relay_log_name comparison
result. Should be called after any update of group_realy_log_name if
there chances that sql_thread is running.
*/