1. 03 Nov, 2014 2 commits
  2. 02 Nov, 2014 2 commits
  3. 01 Nov, 2014 1 commit
  4. 31 Oct, 2014 2 commits
    • unknown's avatar
      Cleanup. · ee309b10
      unknown authored
      ee309b10
    • Kristian Nielsen's avatar
      Fix sporadic test failure in main.processlist · bad5fdec
      Kristian Nielsen authored
      The test runs a query in one thread, then in another queries the processlist
      and expects to find the first thread in the COM_SLEEP state. The problem is
      that the thread signals completion to the client before changing to COM_SLEEP
      state, so there is a window where the other thread can see the wrong state.
      
      A previous attempt to fix this was ineffective. It set a DEBUG_SYNC to handle
      proper waiting, but unfortunately that DEBUG_SYNC point ended up triggering
      already at the end of SET DEBUG_SYNC=xxx, so the wait was ineffective.
      
      Fix it properly now (hopefully) by ensuring that we wait for the DEBUG_SYNC
      point to trigger at the end of the SELECT SLEEP(), not just at the end of
      SET DEBUG_SYNC=xxx.
      bad5fdec
  5. 30 Oct, 2014 2 commits
  6. 29 Oct, 2014 4 commits
  7. 28 Oct, 2014 7 commits
  8. 27 Oct, 2014 2 commits
  9. 26 Oct, 2014 2 commits
  10. 25 Oct, 2014 3 commits
  11. 24 Oct, 2014 9 commits
  12. 23 Oct, 2014 2 commits
  13. 22 Oct, 2014 2 commits