1. 06 Feb, 2009 1 commit
    • Magnus Svensson's avatar
      Bug#42641 mtr.pl fails to run within JobObject · e1510d5a
      Magnus Svensson authored
       - Allow the new process to break away from any job that this
         process is part of so that it can be assigned to the new JobObject
         we just created. This is safe since the new JobObject is created with
         the JOB_OBJECT_LIMIT_KILL_ON_JOB_CLOSE flag, making sure it will be
         terminated when the last handle to it is closed(which is owned by
         this process).
      e1510d5a
  2. 04 Feb, 2009 7 commits
  3. 03 Feb, 2009 2 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
    • 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 15 commits
  5. 01 Feb, 2009 10 commits
  6. 31 Jan, 2009 5 commits