Bug #2579 | myisamchk -u not cleaning up .TMD file when removal of .MYD file fails. | ||
---|---|---|---|
Submitted: | 30 Jan 2004 6:49 | Modified: | 31 Jan 2004 10:26 |
Reporter: | Matthew Lord | Email Updates: | |
Status: | Not a Bug | Impact on me: | |
Category: | MySQL Server: Command-line Clients | Severity: | S3 (Non-critical) |
Version: | 4.0.17 | OS: | |
Assigned to: | CPU Architecture: | Any |
[30 Jan 2004 6:49]
Matthew Lord
[31 Jan 2004 7:15]
MySQL Verification Team
Simultaneous running of myisamchk and MySQL server is not supported.
[31 Jan 2004 10:26]
Sergei Golubchik
myisamchk usually does not remove TMD files automatically - not only in the described situation (windows, mysqld keeping a compressed table opened, myisamchk -u) but generally. It is intentional, you have to either remove them manually, or use -f switch: % myisamchk --help ... -f, --force Overwrite old temporary files. ...