1. 23 Jul, 2014 8 commits
  2. 22 Jul, 2014 2 commits
  3. 05 Jul, 2014 1 commit
  4. 04 Jul, 2014 1 commit
  5. 02 Jul, 2014 1 commit
  6. 29 Jun, 2014 1 commit
  7. 28 Jun, 2014 1 commit
    • Jan Lindström's avatar
      MDEV-6376: InnoDB: Assertion failure in thread 139995225970432 · b35c5912
      Jan Lindström authored
      in file buf0mtflu.cc line 570.
      
      Analysis: Real timing bug, we should take the mutex before we
      try to send those shutdown messages, that would make sure
      that threads doing a unfinished flush (they have acquired
      this mutex) have time to do their work before we add shutdown
      messages to work queue. Currently, we just add those shutdown
      messages to work queue and code assumes that at flush, there
      is constant number of items to be processed and thus
      leading to assertion.
      b35c5912
  8. 27 Jun, 2014 1 commit
  9. 26 Jun, 2014 17 commits
  10. 25 Jun, 2014 7 commits