Re: Getting error 136 during an update

2005-03-22 Thread Gleb Paharenko
Hello. The manual recommends to use ALTER TABLE to increase the MAX_ROWS and AVG_ROW_LENGTH table options values. See: http://dev.mysql.com/doc/mysql/en/repair.html CheHax <[EMAIL PROTECTED]> wrote: > Hello there, > > I am receiving "Got error 136 from storage engine" and

RE: Getting error 136 during an update

2005-03-22 Thread mel list_php
Hi, error 136 = No more room in index file so I suppose it's a problem with the size needed for your keys, maybe that will help: http://dev.mysql.com/doc/mysql/en/key-space.html HTH, Melanie From: CheHax <[EMAIL PROTECTED]> Reply-To: CheHax <[EMAIL PROTECTED]> To: mysql@lists.mysql.com Subject: