1. 17 Dec, 2010 1 commit
  2. 16 Dec, 2010 1 commit
  3. 09 Dec, 2010 8 commits
  4. 03 Dec, 2010 1 commit
  5. 01 Dec, 2010 1 commit
  6. 30 Nov, 2010 1 commit
    • Jon Olav Hauglid's avatar
      Bug #58414 mysql_upgrade fails on dump upgrade between 5.1.53 -> 5.5.8 · a186085a
      Jon Olav Hauglid authored
      The problem was that mysql_upgrade failed because DROP DATABASE
      refused to drop the 'performance_schema' database when the 
      mysql.proc table definition was made temporarily invalid
      by dump import.
      
      This patch fixes the problem by adding the error resulting
      from opening a damaged mysq.proc table (ER_CANNOT_LOAD_FROM_TABLE),
      to the list of errors DROP DATABASE will ignore when trying
      to lock stored procedures and functions before deletion.
      
      This problem was a regression introduced by the patch for
      Bug#57663.
      
      Test case added to sp-destruct.test.
      a186085a
  7. 26 Nov, 2010 5 commits
  8. 25 Nov, 2010 7 commits
  9. 24 Nov, 2010 15 commits