How to figure out size of Indexes in MySQL
mysql
Solution
I think this is what you're looking for.
show table status from [dbname]
http://dev.mysql.com/doc/refman/5.1/en/show-table-status.html
Problem
I want to determine the size of my indexes, they are primary key indexes. This happens to be on mysql cluster but I don't think that is significant.