1. 22 Nov, 2007 1 commit
    • davi@endora.local's avatar
      Bug#32528 Global read lock with a low priority write lock causes a server crash · 351c4741
      davi@endora.local authored
      FLUSH TABLES WITH READ LOCK fails to properly detect write locked
      tables when running under low priority updates.
      
      The problem is that when trying to aspire a global read lock, the
      reload_acl_and_cache() function fails to properly check if the thread
      has a low priority write lock, which later my cause a server crash or
      deadlock.
      
      The solution is to simple check if the thread has any type of the
      possible exclusive write locks.
      351c4741
  2. 12 Nov, 2007 5 commits
  3. 06 Nov, 2007 5 commits
  4. 05 Nov, 2007 2 commits
  5. 02 Nov, 2007 10 commits
  6. 01 Nov, 2007 5 commits
  7. 31 Oct, 2007 2 commits
  8. 30 Oct, 2007 5 commits
  9. 29 Oct, 2007 4 commits
  10. 26 Oct, 2007 1 commit