Rolf,
Tuesday, September 03, 2002, 1:57:49 AM, you wrote:

>>RH> I'm using MySQL 3.23.51. I have a table which started giving 127 errors.
>>
>>[skip]
>>
>>RH> It "recovers" my table but I end up with only 1030 out of 27497 rows,
>>RH> so that's not a log of help!
>>
>>RH> Running myisamchk -r -e gives a similar result (only 1030 rows are
>>RH> recovered), as does truncating the table first then restored the MYD
>>RH> file and running myiasmchk.
>>
>>RH> Any other suggestions as to what to try?
>>
>>Could you repair table with REPAIR TABLE .. USE_FRM ?

RH> Thanks for the the suggestion. What does USE_FRM mean? That gives a 
RH> syntax error. If I do a plain REPAIR TABLE then it has the same 
RH> effect as myisamchk, just giving me 1030 out of 27000+ rows!

Oh! My fault :( It's supported only since 4.0.2

Could you use 4.0.2 temporarily?

>>Does it also deletes records?

RH> Not sure what you mean?

If you would use REPAIR TABLE .. USE_FRM it also deletes 26 thousand
rows?




-- 
For technical support contracts, goto https://order.mysql.com/?ref=ensita
This email is sponsored by Ensita.net http://www.ensita.net/
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Victoria Reznichenko
 / /|_/ / // /\ \/ /_/ / /__   [EMAIL PROTECTED]
/_/  /_/\_, /___/\___\_\___/   MySQL AB / Ensita.net
       <___/   www.mysql.com




---------------------------------------------------------------------
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