MySQL Forums
Forum List  »  MyISAM

Re: what can i do, if mysql crashes like this?
Posted by: Ingo Strüwing
Date: May 23, 2005 05:09AM

Thank you for the backtrace. 'key_cache_read' is directly related to MyISAM. So you are in the right forum here. I am currently working on a locking bug in this function. But I doubt that it could be responsible for a crash like this. I would be happy if you could file a bug report on http://bugs.mysql.com/. Please supply as much information as you can. A repeatable test case would be great.

Until this bug is fixed, you can only try to check/repair your table(s) in different ways. Or alter your table(s) to use a different storage engine, e.g. InnoDB.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: what can i do, if mysql crashes like this?
2289
May 23, 2005 05:09AM


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.