Bug #17122 | myisam_ftdump requires write access to files although only reads from them | ||
---|---|---|---|
Submitted: | 4 Feb 2006 16:16 | Modified: | 7 Aug 2006 8:26 |
Reporter: | Hartmut Holzgraefe | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | MySQL Server: MyISAM storage engine | Severity: | S3 (Non-critical) |
Version: | 5.1 | OS: | |
Assigned to: | Jim Winstead | CPU Architecture: | Any |
[4 Feb 2006 16:16]
Hartmut Holzgraefe
[21 Jul 2006 20:52]
Bugs System
A patch for this bug has been committed. After review, it may be pushed to the relevant source trees for release in the next version. You can access the patch from: http://lists.mysql.com/commits/9434
[3 Aug 2006 18:03]
Jim Winstead
Pushed into mysql-5.1-new-maint tree.
[4 Aug 2006 18:41]
Timothy Smith
Pushed to 5.1; will be in 5.1.13.
[4 Aug 2006 19:18]
Timothy Smith
Oops, I apoligize; this will be in 5.1.12.
[7 Aug 2006 8:26]
MC Brown
A note for this bug has been added to the 5.1 changelog: <command>myisam_ftdump</command> would fail when trying to open a MyISAM index file that you did not have write permissions to access, even though the command would only be reading from the file. (Bug #17122)