Hello *

my Problem (resolved for newer mysql Versions):
 
A MyIsam Table is packed with myisampack

A subsequent myisamchk -r or -o with index reordering erroneously
marks wrong indices in the packed table for 4.0.15
(unpacking reconstructs the original table)

This seems to be a known issue concerning myisamchk 
and to be resolved in versions > 4.0.15, if i am not mistaken.

Question;

Due to practicial issues i'd like to keep to 4.0.15
and replace only the myisamck command from 4.0.20

The replaced command itself seems to work, the error message
disappears. 

But mysql marks the packed table still as bad. 
Is there a workaround to tell mysql 4.0.15 the packed table is ok ?

TIA
Micha

-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to