MySQL Forums
Forum List  »  MyISAM

Re: Problem after DELETE
Posted by: consystor
Date: March 05, 2006 06:29AM

Yes. And if I run 'myisamchk -r weatherdata' then it deletes all "Deleted blocks", so myisamchk can manipulate the files but 'myisamchk --extended-check weatherdata' does nothing...

But I've also tried the following command to get rid of the warning message "1 client is using or hasn't closed...":

$ myisamchk -f weatherdata
Checking MyISAM file: weatherdata
Data records: 0 Deleted blocks: 839435
myisamchk: warning: 1 client is using or hasn't closed the table properly
- check file-size
- check record delete-chain
- check key delete-chain
- check index reference
- check data record references index: 1

$ myisamchk -e weatherdata
Checking MyISAM file: weatherdata
Data records: 0 Deleted blocks: 839435
- check file-size
- check record delete-chain
- check key delete-chain
- check index reference
- check data record references index: 1
- check records and index references

But it does nothing...

Options: ReplyQuote


Subject
Views
Written By
Posted
3131
March 03, 2006 12:32PM
2452
March 03, 2006 04:40PM
2169
March 04, 2006 06:03AM
1977
March 04, 2006 12:14PM
2145
March 04, 2006 06:16PM
1914
March 05, 2006 05:23AM
Re: Problem after DELETE
2311
March 05, 2006 06:29AM
2311
March 05, 2006 08:35PM


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.