~ubuntu-branches/ubuntu/utopic/mysql-5.6/utopic-proposed

« back to all changes in this revision

Viewing changes to sql/rpl_slave.cc

  • Committer: Package Import Robot
  • Author(s): James Page, Bjoern Boschman
  • Date: 2014-07-21 14:01:12 UTC
  • mfrom: (5.1.1 experimental)
  • Revision ID: package-import@ubuntu.com-20140721140112-1yqdrd6ds8y7nt76
Tags: 5.6.19-1~exp1
[ Bjoern Boschman ]
* SECURITY UPDATE: New upstream release (LP: #1330168).
  - www.oracle.com/technetwork/topics/security/cpujul2014-1972956.html
  - CVE-2014-2484
  - CVE-2014-4258
  - CVE-2014-4260
  - CVE-2014-4238
  - CVE-2014-4233
  - CVE-2014-4240
  - CVE-2014-4214

Show diffs side-by-side

added added

removed removed

Lines of Context:
4462
4462
        if (event_buf[EVENT_TYPE_OFFSET] == XID_EVENT)
4463
4463
           thd->killed= THD::KILLED_NO_VALUE;
4464
4464
      );
 
4465
      DBUG_EXECUTE_IF("stop_io_after_reading_write_rows_log_event",
 
4466
        if (event_buf[EVENT_TYPE_OFFSET] == WRITE_ROWS_EVENT)
 
4467
           thd->killed= THD::KILLED_NO_VALUE;
 
4468
      );
4465
4469
    }
4466
4470
  }
4467
4471