1. 11 Feb, 2009 1 commit
    • Alfranio Correia's avatar
      BUG#38197 Errors in @@init_slave not visible in 'show slave status' · 87679ac9
      Alfranio Correia authored
            
      Some errors that cause the slave SQL thread to stop are not shown in the
      Slave_SQL_Error column of "SHOW SLAVE STATUS". Instead, the error is only 
      in the server's error log.
            
      That makes it difficult to analyze the error for the user. One example of an error
      that stops the slave but is not shown by "SHOW SLAVE STATUS" is when @@global.init_slave
      is set incorrectly (e.g., it contains something that is not valid SQL).
            
      Three failures were not correctly reported:
            
      1 - Failures during slave thread initialization
      2 - Failures while initializing the relay log position right after
      starting the slave thread.
      3 - Failures while processing queries passed through the init_slave
      option.
            
      This patch fixes the issues by reporting the errors through relay-info->report.
      87679ac9
  2. 04 Feb, 2009 14 commits
  3. 03 Feb, 2009 3 commits
    • Davi Arnaut's avatar
      Bug#40536: SELECT is blocked by INSERT DELAYED waiting on · bc03c9ef
      Davi Arnaut authored
                 upgrading lock, even with low_priority_updates
      
      The problem is that there is no mechanism to control whether a
      delayed insert takes a high or low priority lock on a table.
      
      The solution is to modify the delayed insert thread ("handler")
      to take into account the global value of low_priority_updates
      when taking table locks. The value of low_priority_updates is
      retrieved when the insert delayed thread is created and will
      remain the same for the duration of the thread.
      bc03c9ef
    • Matthias Leich's avatar
      Merge 5.0 -> 5.1 · 449bfbd7
      Matthias Leich authored
      + fix wrong resultfile have_outfile.require
      449bfbd7
    • Staale Smedseng's avatar
      Bug #41580 opt_threads option is not used anywhere at all · d45e2f45
      Staale Smedseng authored
      Option opt_threads is deprecated in 5.1, and a warning is
      printed when used. Will remove in 6.0.
      d45e2f45
  4. 02 Feb, 2009 16 commits
  5. 01 Feb, 2009 6 commits