1. 13 Jul, 2004 1 commit
    • unknown's avatar
      WL#1900 "When CHECK TABLE or ANALYZE TABLE of a MyISAM table is killed · 6221e0de
      unknown authored
      by KILL or shutdown, do not mark the table as corrupted".
      It is indeed more logical to leave the corruption flag unchanged.
      This cannot be extended to REPAIR/OPTIMIZE as they make no backup copy
      of the MYI. This patch was tested with KILL and mysqladmin shutdown
      while a CHECK TABLE was running. Without the patch, the table becomes
      unusable (can't INSERT to it, error 145). With the patch, no.
      
      
      sql/ha_myisam.cc:
        When CHECK TABLE or ANALYZE TABLE is killed by KILL,
        do not mark the table corrupted; leave its corruption flag
        unchanged.
      6221e0de
  2. 08 Jul, 2004 5 commits
  3. 07 Jul, 2004 5 commits
  4. 06 Jul, 2004 15 commits
  5. 05 Jul, 2004 5 commits
  6. 04 Jul, 2004 2 commits
  7. 02 Jul, 2004 7 commits