MySQL Forums
Forum List  »  MyISAM

Re: Often corrupt table indexes
Posted by: Ingo Strüwing
Date: June 13, 2005 02:41AM

There have been several complaints about index corruptions. However, I always thought that it was bound to Windows. But now it seems to be a general problem.

Unfortunately, I see no chance to fix this bug without an (at least somewhat) repeatable test case. Noone ever provided something like that. And I never saw index corruptions on our internal systems (except on test systems during fixing of special crashing bugs).

Instead of myisamchk, you could try the SQL command REPAIR TABLE. If this works, you don't need to care for shutdown or explicit LOCK TABLE.

Using InnoDB instead of MyISAM could help. You won't get MyISAM index corruptions any more ;) However there might be other problems. Anyway, you should give it a try.

Options: ReplyQuote


Subject
Views
Written By
Posted
8463
June 11, 2005 01:54PM
Re: Often corrupt table indexes
3547
June 13, 2005 02:41AM
3401
July 20, 2005 01:20AM
3031
July 20, 2005 05:25AM
2986
July 20, 2005 07:40AM
2726
July 20, 2005 09:03AM
3370
July 20, 2005 12:13PM
2646
July 21, 2005 04:16AM
2710
July 22, 2005 03:05PM
2627
July 25, 2005 02:26AM
2683
August 01, 2005 02:26AM
2663
August 02, 2005 03:32AM
2780
August 02, 2005 09:00AM
2934
August 16, 2005 12:04PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.