MySQL Forums
Forum List  »  MyISAM

Re: increasing the max_rows for a already running MyISAM table
Posted by: Ingo Strüwing
Date: May 02, 2005 02:33AM

See reference Manual 13.2.5. CREATE TABLE Syntax the paragraph about AVG_ROW_LENGTH . You need to change this only if the table cannot be expanded any more due to the limited pointer size. You will then need to ALTER TABLE foo MAX_ROWS = ...

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: increasing the max_rows for a already running MyISAM table
2525
May 02, 2005 02:33AM


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.