1. 14 Nov, 2008 1 commit
  2. 10 Nov, 2008 4 commits
  3. 07 Nov, 2008 2 commits
  4. 04 Nov, 2008 2 commits
  5. 03 Nov, 2008 1 commit
  6. 31 Oct, 2008 1 commit
  7. 30 Oct, 2008 1 commit
  8. 29 Oct, 2008 4 commits
  9. 24 Oct, 2008 1 commit
  10. 23 Oct, 2008 2 commits
  11. 21 Oct, 2008 1 commit
  12. 18 Oct, 2008 1 commit
    • Sven Sandberg's avatar
      BUG#39851: race between check_testcase and tests running 'show processlist' · d88716c2
      Sven Sandberg authored
      Problem 1: not_embedded_server runs SELECT FROM I_S.PROCESSLIST near the beginning.
      check_testcase executes a query to the server before that. There is a race here,
      because there is no guarantee that the thread executing check_testcase's query is
      finished.
      Problem 2: The SELECT FROM I_S.PROCESSLIST doens't seem very useful in the test.
      It's at least misplaced.
      Fix to both problems: Comment out SELECT FROM I_S.PROCESSLIST.
      d88716c2
  13. 13 Oct, 2008 2 commits
  14. 11 Oct, 2008 3 commits
  15. 10 Oct, 2008 3 commits
  16. 09 Oct, 2008 4 commits
  17. 08 Oct, 2008 7 commits