Bug #35191 max datafile length is shown in'show table status' but not max index file length
Submitted: 10 Mar 2008 19:48 Modified: 11 Mar 2008 5:50
Reporter: Shane Bester (Platinum Quality Contributor) Email Updates:
Status: Verified Impact on me:
None 
Category:MySQL Server: MyISAM storage engine Severity:S4 (Feature request)
Version:5.x OS:Any
Assigned to: CPU Architecture:Any
Tags: show table status

[10 Mar 2008 19:48] Shane Bester
Description:
this might or might not be a myisam-specific bug.
show table status currently includes the:- 

o) current datafile size
o) maximum datafile size
o) current index file size

however the maximum index file size is omitted.

myisamchk output this information for myisam tables when given the -dvvi switch

How to repeat:
try find maximum index file size without using myisamchk
[11 Mar 2008 5:50] Valeriy Kravchuk
Thank you for a reasonable feature request.