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
mysql.com Subject: Getting error 136 during an update Date: Tue, 22 Mar 2005 11:31:06 +0100 Hello there, I am receiving "Got error 136 from storage engine" and I need some light on this matter. I have a table with 23,000,000 records and I want to update it with datas from another one wi

Getting error 136 during an update

2005-03-22 Thread CheHax
Hello there, I am receiving "Got error 136 from storage engine" and I need some light on this matter. I have a table with 23,000,000 records and I want to update it with datas from another one with the exact same amount of rows. The 2 tables can be linked by a primary key. Both tables are myISAM,