MySQL Forums
Forum List  »  MyISAM

Re: .TMD files when creating indexes
Posted by: Ingo Strüwing
Date: July 03, 2006 03:41AM

The .TMD file is an intermediate data file for a table that needs to recreate its data file. This is normally used for ALTER TABLE, REPAIR EXTENDED, and OPTIMIZE. I don't know why LOAD DATA needs to recreate the data file.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: .TMD files when creating indexes
13655
July 03, 2006 03:41AM


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.