Commit 0feaff83 authored by tomas@whalegate.ndb.mysql.com's avatar tomas@whalegate.ndb.mysql.com
Browse files

only potentially skip GAP event on startup, not on cluster restart

parent 312aec9e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -3731,6 +3731,7 @@ pthread_handler_t ndb_binlog_thread_func(void *arg)
      check if it is the first log, if so we do not insert a GAP event
      as there is really no log to have a GAP in
    */
    if (incident_id == 0)
    {
      LOG_INFO log_info;
      mysql_bin_log.get_current_log(&log_info);