I checked information about my mysql database, and found, that index_length on tables, that have index only on primary_key column is 0. Index_length of other tables, that have foreign keys and indexes on them has value. Why is it so?
UPDATE: Thanks for help, also nice answer given here: How to find out size of indexes in mysql (including primary keys)