"Kurt Haegeman" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Sergei Golubchik wrote: > > >Hi! > > > >On Jan 13, Kurt Haegeman wrote: > > > > > >>Hi, > >> > >>When trying to create a fulltext index on my large table, I get the > >>following error: > >> > >>ERROR 1034 (HY000): 121 when fixing table > >> > > > Hi Sergei, > > alter table articles > add fulltext( text ); > > After several hours of processing, the error below is generated. > > Regards, > Kurt. >
Did you try to check the table using myisamcheck or "CHECK TABLE articles;" ??? It might be that your table is corrupted.. -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]