Commit 24964ff3 authored by unknown's avatar unknown
Browse files

Reverting to use time_t instead of my_time_t since the latter caused

compile warnings on windows machines.

parent daf99c70
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3460,7 +3460,7 @@ static Log_event* next_event(RELAY_LOG_INFO* rli)
          the events have old timestamps (then you get "many", 0, "many").
          Transient phases like this can't really be fixed.
        */
        my_time_t save_timestamp= rli->last_master_timestamp;
        time_t save_timestamp= rli->last_master_timestamp;
        rli->last_master_timestamp= 0;

        DBUG_ASSERT(rli->relay_log.get_open_count() ==