MySQL Forums
Forum List  »  MyISAM

Re: Problem after DELETE
Posted by: KimSeong Loh
Date: March 05, 2006 08:35PM

It is true that the data are marked for deletion, but still some data could have lost , the marker could have overwritten some part of the data already.

Get it from your backup and binary log.

Or maybe someone who are familiar with the internal structure can help you, but as I said likely that some data would have been overwritten by the delete mark.

myisamchk is not going to help much other than showing you that there are rows marked deleted.
If you do a recover, you may loose those marked reocrds as well if the recover/repair pack all recoreds in the MYD file and reclaim the unused space, the deleted records are considered as free space.

Options: ReplyQuote


Subject
Views
Written By
Posted
3119
March 03, 2006 12:32PM
2446
March 03, 2006 04:40PM
2162
March 04, 2006 06:03AM
1972
March 04, 2006 12:14PM
2139
March 04, 2006 06:16PM
1907
March 05, 2006 05:23AM
2304
March 05, 2006 06:29AM
Re: Problem after DELETE
2301
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.