|
MySQL 5.6.14 Source Code Document
|

Public Attributes | |
| ulint | index_count |
| ulint | array_size |
| dict_index_t ** | index_mapping |
Definition at line 30 of file ha_innodb.h.
| ulint innodb_idx_translate_t::array_size |
array size of index_mapping
Definition at line 33 of file ha_innodb.h.
| ulint innodb_idx_translate_t::index_count |
number of valid index entries in the index_mapping array
Definition at line 31 of file ha_innodb.h.
| dict_index_t** innodb_idx_translate_t::index_mapping |
index pointer array directly maps to index in Innodb from MySQL array index
Definition at line 34 of file ha_innodb.h.