Hi!

>> On Jul 19, Carsten Gehling wrote:
> > Finally I was able to produce a complete step-by-step to
> corrupt the index
> > ;-)
> >
> > mysql> insert into visitkort (kategori_id) values (108);
> > mysql> select last_insert_id();
> > mysql> update visitkort set navn = 'test5' where id = 1;
> > mysql> update visitkort set tekst1 = 'bla bla' where id = 1;
> > ERROR 1034: Incorrect key file for table: 'visitkort'. Try to repair it
>
> Sorry, but everything works ok for me:
>
> mysql> update visitkort set tekst1 = 'bla bla' where id = 1;
> Query OK, 1 row affected (0.00 sec)
> Rows matched: 1  Changed: 1  Warnings: 0

I got exactly the same error as Carsten does when I follow the above. Mysql
3.23.38-max-nt on Windows 2000 pro SP2.

Regards,
Martin


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to