• unknown's avatar
    See each file's changeset for details. · a921cb31
    unknown authored
    - Comments for future devs.
    - Start_log_event::exec_event() : when we hit it, do a rollback.
    - We don't need LOG_EVENT_FORCED_ROTATE_F.
    - Stop_log_event::exec_event() : when we hit it, we needn't clean anything.
    - Removed LOG_EVENT_TIME_F and LOG_EVENT_FORCED_ROTATE_F.
    - We don't need Stop events in the relay log.
    - Now filtering of server id is done in the I/O thread first.
    
    
    sql/log.cc:
      We don't need LOG_EVENT_FORCED_ROTATE_F
    sql/log_event.cc:
      - Comments for future devs.
      - Start_log_event::exec_event() : when we hit it, do a rollback. If the SQL
      thread was inside a transaction (for example, the master died while writing
      to the binlog, so did not commit (because we write to the binlog before committing),
      so will rollback), it's sensible to rollback. If we're not in a transaction,
      rollback will not hurt (it will do nothing).
      - We don't need LOG_EVENT_FORCED_ROTATE_F.
      - Stop_log_event::exec_event() : when we hit it, we needn't clean anything, because
    ...
    a921cb31
slave.h 15.5 KB