Bug #19220 myisam_ftdump: doesn't accept .MYI filename arguments
Submitted: 20 Apr 2006 14:07 Modified: 27 Apr 2006 12:27
Reporter: Paul DuBois Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Command-line Clients Severity:S3 (Non-critical)
Version:5.1 OS:
Assigned to: Sergei Golubchik CPU Architecture:Any

[20 Apr 2006 14:07] Paul DuBois
Description:
myisam_ftisam is supposed to accept tbl_name
or tbl_name.MYI arguments. This works before 5.1,
but in 5.1, tbl_name.MYI no longer works.

How to repeat:
% myisam_ftdump mytexttable 1Total rows: 5
Total words: 8
Unique words: 3
Longest word: 8 chars (sentence)
Median length: 6
Average global weight: 0.597253
Most common word: 5 times, weight: 0.000000 (string)

% myisam_ftdump mytexttable.MYI 1
got error 2
[20 Apr 2006 21:00] 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/5225
[20 Apr 2006 21:06] Sergei Golubchik
fixed in 5.1.10
[27 Apr 2006 12:27] Paul DuBois
Noted in 5.1.10 changelog.

<command>myisamchk</command> and
<command>myisam_ftdump</command> should allow either table
names or <filename>.MYI</filename> filenames as arguments, but
allowed only table names. (Bug #19220)
 

Also updated myisam_ftdump section to indicate that index filenames
should be legal as arguments.