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 7727c35ae53..fada45722f6 100644
--- a/sql/rpl_rli.h
+++ b/sql/rpl_rli.h
@@ -184,7 +184,7 @@ typedef struct st_relay_log_info
ulonglong future_group_master_log_pos;
#endif
- my_time_t last_master_timestamp;
+ time_t last_master_timestamp;
void clear_slave_error();
void clear_until_condition();
@@ -345,7 +345,7 @@ typedef struct st_relay_log_info
the <code>Seconds_behind_master</code> field.
*/
void stmt_done(my_off_t event_log_pos,
- my_time_t event_creation_time);
+ time_t event_creation_time);
/**