MySQL Forums
Forum List  »  Data Recovery

Re: Really OLD ISD/ISM/frm files
Posted by: Michael McLagan
Date: September 18, 2009 04:26PM

It turns out that the problem is actually related to the key size of the ISAM table. The key length was over the default buffer length:

[root@ irc]# ../isamchk -r mydata.ISM
max_key_length = 392, max = 279
../isamchk: error: 138 when opening ISAM-table 'mydata.ISM'

A recompiled version of 3.23.49 with the key buffer size changed was able to open the files and convert them to MyISAM.

Michael

Options: ReplyQuote


Subject
Views
Written By
Posted
5456
September 14, 2009 05:17PM
Re: Really OLD ISD/ISM/frm files
3621
September 18, 2009 04:26PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.