1. 15 Jan, 2012 2 commits
  2. 13 Jan, 2012 1 commit
  3. 12 Jan, 2012 1 commit
  4. 11 Jan, 2012 3 commits
  5. 10 Jan, 2012 2 commits
  6. 09 Jan, 2012 3 commits
  7. 07 Jan, 2012 1 commit
  8. 06 Jan, 2012 1 commit
  9. 05 Jan, 2012 2 commits
  10. 06 Jan, 2012 1 commit
    • Vladislav Vaintroub's avatar
      Fix some failing tests on Windows · d2617343
      Vladislav Vaintroub authored
      - ensure that mtr supressions table is flushed before doing controlled crash and restart
      - use DBUG_SUICIDE() rather than abort() in partition tests - avoids a crash message/warning
      - disable  perfschema all_instances test on Windows- there are  legitimate reasons  for output to be different on  Unix (some different threads, some different locks), the differences are expected to grow in the future, e.g with threadpool.
      d2617343
  11. 04 Jan, 2012 1 commit
  12. 02 Jan, 2012 7 commits
  13. 31 Dec, 2011 1 commit
    • Vladislav Vaintroub's avatar
      Allow for faster creation of threads in corner cases where pool would be... · c216c9f0
      Vladislav Vaintroub authored
      Allow for faster creation of threads in corner cases where pool would be overloaded with long non-yielding queries. 
      To allow it, change minimum of thread_pool_stall_limit to be 10 milliseconds.
      
      Also introduce a new parameter to oversubscribe a group . Number of threads running in  parallel would be higher than it normally should, leading to thrashing, but it may improving preemptiveness, which is useful for the described corner case.
      c216c9f0
  14. 30 Dec, 2011 2 commits
  15. 29 Dec, 2011 7 commits
  16. 28 Dec, 2011 4 commits
  17. 27 Dec, 2011 1 commit