~james-page/ubuntu/precise/mysql-5.5/misc-fixes

« back to all changes in this revision

Viewing changes to sql/log.cc

  • Committer: Package Import Robot
  • Author(s): Marc Deslauriers
  • Date: 2012-06-11 07:34:33 UTC
  • mfrom: (1.1.6)
  • Revision ID: package-import@ubuntu.com-20120611073433-l9za2ni4ipp848y3
Tags: 5.5.24-0ubuntu0.12.04.1
* SECURITY UPDATE: Update to 5.5.24 to fix security issues (LP: #1011371)
  - http://dev.mysql.com/doc/refman/5.5/en/news-5-5-24.html

Show diffs side-by-side

added added

removed removed

Lines of Context:
3619
3619
  mysql_mutex_lock(&rli->log_space_lock);
3620
3620
  rli->relay_log.purge_logs(to_purge_if_included, included,
3621
3621
                            0, 0, &rli->log_space_total);
3622
 
  // Tell the I/O thread to take the relay_log_space_limit into account
3623
 
  rli->ignore_log_space_limit= 0;
3624
3622
  mysql_mutex_unlock(&rli->log_space_lock);
3625
3623
 
3626
3624
  /*