MySQL Forums
Forum List  »  MyISAM

Re: Table marked as crashed and last (automatic?) repair failed
Posted by: Rick James
Date: February 25, 2011 07:50AM

True, InnoDB tablespaces do not give freed blocks back to the operating system. This is rarely a problem, because tables rarely shrink permanently. innodb_file_per_table should be ON so that the problem can be isolated to individual tables; then rebuilding a table can free up its wasted space.

SHOW CREATE TABLE -- so I can give specific advice.

Specific issues to look for when converting from MyISAM to InnoDB:
http://mysql.rjweb.org/doc.php/myisam2innodb

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Table marked as crashed and last (automatic?) repair failed
2944
February 25, 2011 07:50AM


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.