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
Regards,
Sergei
--
MySQL Development Team
__ ___ ___ ____ __
/ |/ /_ __/ __/ __ \/ / Sergei Golubchik <[EMAIL PROTECTED]>
/ /|_/ / // /\ \/ /_/ / /__ MySQL AB, http://www.mysql.com/
/_/ /_/\_, /___/\___\_\___/ Osnabrueck, Germany
<___/
---------------------------------------------------------------------
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