Commit df53e89f authored by mats@romeo.(none)'s avatar mats@romeo.(none)

Fixing portability issues regarding use of time_t.

parent 75c1242d
......@@ -1088,7 +1088,7 @@ bool st_relay_log_info::cached_charset_compare(char *charset) const
void st_relay_log_info::stmt_done(my_off_t const event_master_log_pos,
time_t event_creation_time)
my_time_t event_creation_time)
{
clear_flag(IN_STMT);
......
......@@ -184,7 +184,7 @@ typedef struct st_relay_log_info
ulonglong future_group_master_log_pos;
#endif
time_t last_master_timestamp;
my_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,
time_t event_creation_time);
my_time_t event_creation_time);
/**
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment