1. 18 Nov, 2005 1 commit
  2. 17 Nov, 2005 7 commits
  3. 16 Nov, 2005 5 commits
  4. 15 Nov, 2005 7 commits
  5. 12 Nov, 2005 1 commit
  6. 11 Nov, 2005 1 commit
  7. 10 Nov, 2005 3 commits
  8. 09 Nov, 2005 1 commit
  9. 08 Nov, 2005 3 commits
  10. 07 Nov, 2005 5 commits
  11. 05 Nov, 2005 3 commits
  12. 04 Nov, 2005 1 commit
  13. 03 Nov, 2005 2 commits
    • ingo@mysql.com's avatar
      Bug#14397 - OPTIMIZE TABLE with an open HANDLER causes a crash · 1b99d30c
      ingo@mysql.com authored
      Version for 4.0.
      It fixes two problems:
      1. The cause of the bug was that we did not check the table version for
         the HANDLER ... READ commands. We did not notice when a table was
         replaced by a new one. This can happen during ALTER TABLE, REPAIR
         TABLE, and OPTIMIZE TABLE (there might be more cases). I call the fix
         for this problem "the primary bug fix".
      2. mysql_ha_flush() was not always called with a locked LOCK_open.
         Though the function comment clearly said it must.
         I changed the code so that the locking is done when required. I call
         the fix for this problem "the secondary fix".
      1b99d30c
    • jani@ua141d10.elisa.omakaista.fi's avatar
      Merge ua141d10.elisa.omakaista.fi:/home/my/bk/mysql-4.0 · b8248334
      jani@ua141d10.elisa.omakaista.fi authored
      into  ua141d10.elisa.omakaista.fi:/home/my/bk/mysql-4.1
      b8248334